mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-04 08:57:04 +02:00
feat(common): Release 2.0.0-beta.3 (#179)
This commit is contained in:
parent
0c9516b56f
commit
d5eb852bd5
3 changed files with 25 additions and 5 deletions
|
@ -32,8 +32,13 @@ volumeMounts used by the container.
|
|||
{{- $mounts := list -}}
|
||||
{{- if hasKey . "globalMounts" -}}
|
||||
{{- $mounts = .globalMounts -}}
|
||||
{{- else if hasKey . "advancedMounts" -}}
|
||||
{{- $mounts = dig $controllerObject.identifier $containerObject.identifier list .advancedMounts -}}
|
||||
{{- end -}}
|
||||
|
||||
{{- if hasKey . "advancedMounts" -}}
|
||||
{{- $advancedMounts := dig $controllerObject.identifier $containerObject.identifier list .advancedMounts -}}
|
||||
{{- range $advancedMounts -}}
|
||||
{{- $mounts = append $mounts . -}}
|
||||
{{- end -}}
|
||||
{{- end -}}
|
||||
|
||||
{{- range $mounts -}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue