Skip to content

Commit

Permalink
Update statefulset.yml
Browse files Browse the repository at this point in the history
Fix volumeClaimTemplates
  • Loading branch information
statkashaman committed Sep 13, 2023
1 parent ccdddac commit 51b63e5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions templates/statefulset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ spec:
{{- with .podAnnotations }}{{- include "helpers.tplvalues.render" (dict "value" . "context" $) | nindent 8 }}{{- end }}
spec:
{{- include "helpers.pod" (dict "value" . "general" $general "name" $name "extraLabels" .extraSelectorLabels "context" $) | indent 6 }}
{{- with .volumeClaimTemplates }}
volumeClaimTemplates:
{{- include "helpers.tplvalues.render" (dict "value" . "context" $) | nindent 6 }}
{{- end }}
{{- with .volumeClaimTemplates }}
volumeClaimTemplates:
{{- include "helpers.tplvalues.render" (dict "value" . "context" $) | nindent 4 }}
{{- end }}
{{- end }}
{{- end }}

1 comment on commit 51b63e5

@zhilyaev
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about more PRs?

Please sign in to comment.