diff --git a/chart/templates/gatekeeper/values.yaml b/chart/templates/gatekeeper/values.yaml index 0ec9d0ae1fba5eb697920e01d5f978e24ebd5f44..b395e45fc065cdc724ae6e3db2143a5cf0f2fb2f 100644 --- a/chart/templates/gatekeeper/values.yaml +++ b/chart/templates/gatekeeper/values.yaml @@ -29,9 +29,9 @@ violations: # Try to keep this in alpha order to make it easier to find keys - registry1.dso.mil - registry.dso.mil {{- if .Values.addons.mattermost.enabled }} - exemptContainers: + excludedResources: # Mattermost needs postgres:13 image and cannot override the upstream - - init-check-database + - mattermost/init-check-database {{- end }} {{- if .Values.monitoring.enabled}}