Skip to content

Commit

Permalink
fix: nindent
Browse files Browse the repository at this point in the history
Signed-off-by: Lin Yang <[email protected]>
  • Loading branch information
reaver-flomesh committed Apr 9, 2024
1 parent ab6642b commit a23621b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/fsm/templates/cleanup-hook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ spec:
kubectl delete svc fsm-egress-gateway -n '{{ include "fsm.namespace" . }}' --ignore-not-found;
kubectl delete cm fsm-egress-gateway-pjs -n '{{ include "fsm.namespace" . }}' --ignore-not-found;
resources:
{{ toYaml .Values.fsm.cleanup.resources | indent 12 }}
{{- toYaml .Values.fsm.cleanup.resources | nindent 12 }}
{{- if .Values.fsm.imagePullSecrets }}
imagePullSecrets:
{{ toYaml .Values.fsm.imagePullSecrets | indent 8 }}
Expand Down
2 changes: 1 addition & 1 deletion charts/fsm/templates/preinstall-hook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ spec:
- --enforce-single-mesh={{ .Values.fsm.enforceSingleMesh }}
- --namespace={{ include "fsm.namespace" . }}
resources:
{{ toYaml .Values.fsm.preinstall.resources | indent 12 }}
{{- toYaml .Values.fsm.preinstall.resources | nindent 12 }}
{{- if .Values.fsm.imagePullSecrets }}
imagePullSecrets:
{{ toYaml .Values.fsm.imagePullSecrets | indent 8 }}
Expand Down

0 comments on commit a23621b

Please sign in to comment.