mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-04 00:47:04 +02:00
feat(common)!: Release v3.0.0-beta1 (#278)
This commit is contained in:
parent
deafcf75a1
commit
b78483b0b8
88 changed files with 3697 additions and 1209 deletions
|
@ -9,7 +9,7 @@ Returns the value for annotations
|
|||
{{- $annotations := dict -}}
|
||||
|
||||
{{- /* Set to the default if it is set */ -}}
|
||||
{{- $defaultOption := get $rootContext.Values.defaultPodOptions "annotations" -}}
|
||||
{{- $defaultOption := get (default dict $rootContext.Values.defaultPodOptions) "annotations" -}}
|
||||
{{- if not (empty $defaultOption) -}}
|
||||
{{- $annotations = merge $defaultOption $annotations -}}
|
||||
{{- end -}}
|
||||
|
|
|
@ -17,7 +17,7 @@ Returns the value for labels
|
|||
{{- end -}}
|
||||
|
||||
{{- /* Set to the default if it is set */ -}}
|
||||
{{- $defaultOption := get $rootContext.Values.defaultPodOptions "labels" -}}
|
||||
{{- $defaultOption := get (default dict $rootContext.Values.defaultPodOptions) "labels" -}}
|
||||
{{- if not (empty $defaultOption) -}}
|
||||
{{- $labels = merge $defaultOption $labels -}}
|
||||
{{- end -}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue