UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit b28939ac authored by runyontr's avatar runyontr
Browse files

Update chart/templates/gatekeeper/values.yaml

parent 8b9a984b
No related branches found
No related tags found
1 merge request!714Update chart/templates/gatekeeper/values.yaml
Pipeline #397653 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