diff --git a/chart/templates/kyverno-policies/values.yaml b/chart/templates/kyverno-policies/values.yaml index aa68bd080c4b1574aa6f7f1c1dfd7783af7a01a6..0beb3c92c146fcf56a1849431496773f2f381bd2 100644 --- a/chart/templates/kyverno-policies/values.yaml +++ b/chart/templates/kyverno-policies/values.yaml @@ -710,6 +710,8 @@ policies: - eck-operator - nexus-repository-manager - thanos + - mattermost + - mattermost-operator update-automountserviceaccounttokens: enabled: true @@ -892,6 +894,18 @@ policies: - thanos-query-frontend-* - thanos-storegateway-* - thanos-query-* + - namespace: mattermost + serviceAccounts: + - mattermost + - mattermost-minio-sa + pods: + - default-minio-bucket-creation-* + - mattermost-minio-ss-* + - namespace: mattermost-operator + serviceAccounts: + - mattermost-operator + pods: + - mattermost-operator-* istio: enabled: {{ .Values.istio.enabled }}