UNCLASSIFIED - NO CUI

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

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

Update chart/templates/gatekeeper/values.yaml

See merge request platform-one/big-bang/bigbang!714
parent 42059968
No related branches found
No related tags found
No related merge requests found
Pipeline #397739 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