diff --git a/vault-injector/templates/injector-mutating-webhook.yaml b/vault-injector/templates/injector-mutating-webhook.yaml index 10291250..d0e246b4 100644 --- a/vault-injector/templates/injector-mutating-webhook.yaml +++ b/vault-injector/templates/injector-mutating-webhook.yaml @@ -28,7 +28,7 @@ webhooks: {{- end }} matchExpressions: {{- if .Values.namespaceSelector.matchExpressions }} - {{ toYaml .Values.namespaceSelector.matchExpressions | nindent 6 }} + {{ toYaml .Values.namespaceSelector.matchExpressions | nindent 8 }} {{- end }} - key: name operator: NotIn