UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 6dec8948 authored by Ryan Garcia's avatar Ryan Garcia :dizzy:
Browse files

Merge branch 'mm-op-np' into 'master'

Add NPs for MM Operator

Closes #449

See merge request platform-one/big-bang/bigbang!581
parents 955224f3 f63e19da
No related branches found
No related tags found
1 merge request!581Add NPs for MM Operator
Pipeline #329993 canceled
......@@ -5,4 +5,8 @@
{{- define "bigbang.defaults.mattermostoperator" -}}
imagePullSecrets:
- name: private-registry
networkPolicies:
enabled: {{ .Values.networkPolicies.enabled }}
controlPlaneCidr: {{ .Values.networkPolicies.controlPlaneCidr }}
{{- end -}}
......@@ -800,7 +800,7 @@ addons:
git:
repo: https://repo1.dso.mil/platform-one/big-bang/apps/collaboration-tools/mattermost-operator.git
path: "./chart"
tag: "1.14.0-bb.1"
tag: "1.14.0-bb.2"
# -- Flux reconciliation overrides specifically for the Mattermost Operator Package
flux: {}
......
......@@ -5,6 +5,9 @@ flux:
rollback:
cleanupOnFail: false
networkPolicies:
controlPlaneCidr: 172.16.0.0/12
logging:
enabled: true
values:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment