mirror of
https://github.com/bitnami/charts.git
synced 2026-03-29 16:27:11 +08:00
[bitnami/harbor] bugfix: amend ConfigMap & Secret references (#34227)
This commit is contained in:
committed by
GitHub
parent
216deca713
commit
1727128e3e
@@ -137,9 +137,9 @@ spec:
|
||||
{{- end }}
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
name: {{ printf "%s-envvars" (include "harbor.core" .) }}
|
||||
name: {{ printf "%s-envvars" (include "harbor.exporter" .) }}
|
||||
- secretRef:
|
||||
name: {{ template "harbor.core.envvars.secretName" . }}
|
||||
name: {{ printf "%s-envvars" (include "harbor.exporter" .) }}
|
||||
{{- if .Values.exporter.extraEnvVarsSecret }}
|
||||
- secretRef:
|
||||
name: {{ include "common.tplvalues.render" (dict "value" .Values.exporter.extraEnvVarsSecret "context" $) }}
|
||||
|
||||
Reference in New Issue
Block a user