UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 40934683 authored by Micah Nagel's avatar Micah Nagel
Browse files

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

MM Operator - NetworkPolicies

See merge request platform-one/big-bang/bigbang!499
parents a4505366 a3cc6e19
No related branches found
No related tags found
1 merge request!499MM Operator - NetworkPolicies
Pipeline #281155 passed
......@@ -5,4 +5,7 @@
{{- define "bigbang.defaults.mattermostoperator" -}}
imagePullSecrets:
- name: private-registry
networkPolicies:
enabled: {{ .Values.networkPolicies.enabled }}
{{- end -}}
......@@ -92,6 +92,11 @@ flux:
timeout: 10m
cleanupOnFail: true
# -- Global NetworkPolicies settings
networkPolicies:
# -- Toggle all package NetworkPolicies, can disable specific packages with `package.networkPolicies.enabled`
enabled: true
# ----------------------------------------------------------------------------------------------------------------------
# Istio
#
......@@ -736,7 +741,7 @@ addons:
git:
repo: https://repo1.dso.mil/platform-one/big-bang/apps/collaboration-tools/mattermost-operator.git
path: "./chart"
tag: "1.13.0-bb.2"
tag: "1.13.0-bb.3"
# -- Flux reconciliation overrides specifically for the Mattermost Operator Package
flux: {}
......
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