UNCLASSIFIED - NO CUI

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

Merge branch 'master-gatekeeper-fix' into 'master'

Update chart/templates/gatekeeper/values.yaml

See merge request platform-one/big-bang/bigbang!714
parents 28d23a2c b28939ac
No related branches found
No related tags found
1 merge request!714Update chart/templates/gatekeeper/values.yaml
Pipeline #401709 passed
......@@ -37,14 +37,14 @@ violations: # Try to keep this in alpha order to make it easier to find keys
- monitoring # Allow node exporter to export metrics. The exporters live in pod monitoring-monitoring-prometheus-node-exporter-XXXX
{{- end }}
{{- if .Values.addons.mattermost.enabled }}
httpsOnly:
match:
excludedNamespaces:
{{- if .Values.addons.mattermost.enabled }}
# mattermost currently does not useIngressTLS hence Ingress is created without TLS field by the operator.
# Adding exemption, pending https://github.com/mattermost/mattermost-operator/issues/235
- mattermost
{{- end }}
{{- end }}
{{- if .Values.logging.enabled }}
noPrivilegedContainers:
......
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