Skip to content

Commit

Permalink
vault-injector: Fix indentation for MWC (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekarlso authored Mar 4, 2021
1 parent c9de01c commit bd2f8cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vault-injector/templates/injector-mutating-webhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bd2f8cd

Please sign in to comment.