mirror of
https://github.com/umap-project/umap.git
synced 2025-05-02 04:52:22 +02:00
fix: reference secret-env by fullname instead release-name
This commit is contained in:
parent
eb50d8adf4
commit
ed5e0c6aad
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ spec:
|
|||
{{- end }}
|
||||
envFrom:
|
||||
- secretRef:
|
||||
name: {{ .Release.Name }}-env
|
||||
name: {{ include "umap.fullname" . }}-env
|
||||
volumeMounts:
|
||||
- name: config
|
||||
mountPath: /etc/umap/
|
||||
|
|
Loading…
Reference in a new issue