mirror of
https://github.com/umap-project/umap.git
synced 2025-05-02 12: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 }}
|
{{- 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/
|
||||||
|
|
Loading…
Reference in a new issue