Skip to content

Commit

Permalink
use nindent instead of indent in resources for mgmt deployment
Browse files Browse the repository at this point in the history
Signed-off-by: Remy Genisson <[email protected]>
Signed-off-by: Remy Genisson <[email protected]>
  • Loading branch information
Remy Genisson committed Aug 22, 2022
1 parent 131fcde commit 739c7ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/opa-kube-mgmt/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ spec:
{{ toYaml .Values.mgmt.extraEnv | indent 12 }}
{{- end }}
resources:
{{ toYaml .Values.mgmt.resources | indent 12 }}
{{ toYaml .Values.mgmt.resources | nindent 12 }}
args:
{{- if .Values.authz.enabled }}
- --opa-auth-token-file=/bootstrap/mgmt-token
Expand Down

0 comments on commit 739c7ea

Please sign in to comment.