fix: reference secret-env by fullname instead release-name

This commit is contained in:
Stefan Warnat 2024-12-29 17:24:49 +01:00 committed by GitHub
parent eb50d8adf4
commit ed5e0c6aad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -66,7 +66,7 @@ spec:
{{- end }} {{- end }}
envFrom: envFrom:
- secretRef: - secretRef:
name: {{ .Release.Name }}-env name: {{ include "umap.fullname" . }}-env
volumeMounts: volumeMounts:
- name: config - name: config
mountPath: /etc/umap/ mountPath: /etc/umap/