Skip to content

Commit

Permalink
add InitContainers (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
apham0001 authored Dec 2, 2024
1 parent 93ce629 commit ced94a4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/charon-cluster/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ spec:
securityContext:
{{- toYaml . | nindent 8 }}
{{- end }}
initContainers:
{{- if .Values.initContainers }}
{{- tpl (toYaml .Values.initContainers | nindent 8) $ }}
{{- end }}
containers:
- command:
- sh
Expand Down

0 comments on commit ced94a4

Please sign in to comment.