Skip to content

Commit

Permalink
change identation syntaxe for nodeSelector WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
nmaillat committed Sep 25, 2024
1 parent 087fa2f commit f8ca184
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/phrasea/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ type: application

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 1.3.0-alpha1
version: 1.3.0-alpha2

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ spec:
spec:
{{ include "imagePullSecrets" $ | indent 6 }}
{{- if .Values.nodeSelector }}
nodeSelector: {{ toYaml .Values.nodeSelector | nindent 6 }}
nodeSelector:
{{- toYaml .Values.nodeSelector | indent 8 }}
{{- end }}
volumes:
- name: scripts
Expand Down

0 comments on commit f8ca184

Please sign in to comment.