Skip to content

Commit

Permalink
additionalSidecars and additionalVolumes moved from helper class
Browse files Browse the repository at this point in the history
  • Loading branch information
adapured committed Jun 8, 2021
1 parent 78c6d46 commit 2cf0ed2
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions charts/zookeeper-operator/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -4948,17 +4948,3 @@ openAPIV3Schema:
type: object
type: object
{{- end }}

{{/*
Sidecar implementation details
*/}}
{{- define "chart.additionalSidecars"}}
{{ toYaml .Values.additionalSidecars }}
{{- end}}

{{/*
Sidecar volume implementation details
*/}}
{{- define "chart.additionalVolumes"}}
{{ toYaml .Values.additionalVolumes }}
{{- end}}

0 comments on commit 2cf0ed2

Please sign in to comment.