Skip to content

Commit

Permalink
Add config for allowing extra volumes (#48)
Browse files Browse the repository at this point in the history
Signed-off-by: Cari Albritton <[email protected]>
  • Loading branch information
calbritt authored May 5, 2022
1 parent d2cc8d4 commit 1319d39
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/firefly/templates/core/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@ spec:
- name: firefly-config
secret:
secretName: {{ include "firefly.fullname" . }}-config
{{- if .Values.core.extraVolumes }}
{{- tpl .Values.core.extraVolumes . | nindent 8 }}
{{- end }}
{{- if .Values.core.volumeClaimTemplates }}
volumeClaimTemplates:
{{- tpl .Values.core.volumeClaimTemplates . | nindent 4 }}
Expand Down
1 change: 1 addition & 0 deletions charts/firefly/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ core:

initContainers: ""
extraContainers: ""
extraVolumes: ""
volumeClaimTemplates: ""

service:
Expand Down

0 comments on commit 1319d39

Please sign in to comment.