Skip to content

Commit

Permalink
Merge pull request #44 from alchemy-fr/PS-673_nodeSelector
Browse files Browse the repository at this point in the history
PS-673 change indentation  for nodeSelector WIP
  • Loading branch information
nmaillat authored Sep 25, 2024
2 parents fd39ea0 + f8ca184 commit fdc2013
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 fdc2013

Please sign in to comment.