Avoid conflicts with bitnami common
This commit is contained in:
parent
0d5921af5e
commit
012ee05ab9
5 changed files with 6 additions and 6 deletions
|
@ -18,7 +18,7 @@ spec:
|
|||
checksum/secret: {{ include (print $.Template.BasePath "/secrets.yaml") . | sha256sum }}
|
||||
checksum/configmap: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
|
||||
{{- if .Values.flower.podAnnotations }}
|
||||
{{- include "common.tplvalues.render" ( dict "value" .Values.flower.podAnnotations "context" $ ) | nindent 8 }}
|
||||
{{- include "django.tplvalues.render" ( dict "value" .Values.flower.podAnnotations "context" $ ) | nindent 8 }}
|
||||
{{- end }}
|
||||
labels:
|
||||
{{- include "django.selectorLabels" . | nindent 8 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue