UNCLASSIFIED - NO CUI

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

Merge branch 'mm-np' into 'master'

Add NetworkPolicies for Mattermost

Closes #448

See merge request platform-one/big-bang/bigbang!515
parents b8d6df72 2d5a33a0
No related branches found
No related tags found
1 merge request!515Add NetworkPolicies for Mattermost
Pipeline #290947 passed
...@@ -21,6 +21,9 @@ sso: ...@@ -21,6 +21,9 @@ sso:
user_api_endpoint: {{ .user_api_endpoint | default (printf "https://%s/api/v4/user" $.Values.sso.oidc.host) }} user_api_endpoint: {{ .user_api_endpoint | default (printf "https://%s/api/v4/user" $.Values.sso.oidc.host) }}
{{- end }} {{- end }}
networkPolicies:
enabled: {{ .Values.networkPolicies.enabled }}
global: global:
imagePullSecrets: imagePullSecrets:
- name: private-registry - name: private-registry
......
...@@ -810,7 +810,7 @@ addons: ...@@ -810,7 +810,7 @@ addons:
git: git:
repo: https://repo1.dso.mil/platform-one/big-bang/apps/collaboration-tools/mattermost.git repo: https://repo1.dso.mil/platform-one/big-bang/apps/collaboration-tools/mattermost.git
path: "./chart" path: "./chart"
tag: "0.1.5-bb.0" tag: "0.1.6-bb.2"
# -- Flux reconciliation overrides specifically for the Mattermost Package # -- Flux reconciliation overrides specifically for the Mattermost Package
flux: {} 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