Skip to content

Commit

Permalink
Fix validators/templates/statefulset.yaml endings
Browse files Browse the repository at this point in the history
  • Loading branch information
aivarasko committed Nov 21, 2024
1 parent 2707624 commit 4e4e609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/validators/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ spec:
- {{ . | quote }}
{{- end -}}

{{- end }}
{{- if $root.Values.metrics.enabled }}
ports:
- containerPort: {{ $root.Values.metrics.port }}
Expand Down Expand Up @@ -289,4 +290,3 @@ spec:
emptyDir: {}
{{- end }}
{{- end }}
{{- end }}

0 comments on commit 4e4e609

Please sign in to comment.