Avoid conflicts with bitnami common

This commit is contained in:
ol 2024-01-29 17:21:05 +01:00
parent 0d5921af5e
commit 012ee05ab9
No known key found for this signature in database
GPG key ID: 06D21700364783E8
5 changed files with 6 additions and 6 deletions

View file

@ -20,7 +20,7 @@ spec:
checksum/configmap: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
tag: "{{ .Values.image.tag }}"
{{- if .Values.web.podAnnotations }}
{{- include "common.tplvalues.render" ( dict "value" .Values.web.podAnnotations "context" $ ) | nindent 8 }}
{{- include "django.tplvalues.render" ( dict "value" .Values.web.podAnnotations "context" $ ) | nindent 8 }}
{{- end }}
labels:
{{- include "django.selectorLabels" . | nindent 8 }}