Skip to content

Commit

Permalink
Merge pull request #596 from chris199512/develop
Browse files Browse the repository at this point in the history
fix(deploy): indent for imagePullSecrets
  • Loading branch information
sinhaashish authored Nov 4, 2024
2 parents d23f638 + 8c402d3 commit 76617c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/helm/charts/templates/zfs-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ spec:
{{- end }}
{{- if .Values.imagePullSecrets }}
imagePullSecrets:
{{ toYaml .Values.imagePullSecrets | indent 2 }}
{{ toYaml .Values.imagePullSecrets | indent 8 }}
{{- end }}
{{- if .Values.zfsController.nodeSelector }}
nodeSelector:
Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/charts/templates/zfs-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ spec:
{{- end }}
{{- if .Values.imagePullSecrets }}
imagePullSecrets:
{{ toYaml .Values.imagePullSecrets | indent 2 }}
{{ toYaml .Values.imagePullSecrets | indent 8 }}
{{- end }}
{{- if .Values.zfsNode.nodeSelector }}
nodeSelector:
Expand Down

0 comments on commit 76617c0

Please sign in to comment.