fix deploy
All checks were successful
Upload Helm Chart / Explore-Gitea-Actions (push) Successful in 2s

This commit is contained in:
2024-01-14 19:22:38 +00:00
parent 84363f7f36
commit 6138857d66

View File

@@ -20,7 +20,7 @@ spec:
{{- range $sec := .Values.secrets }}
{{- if eq $sec.type "env"}}
- secretRef:
name: {{ $sec.name }}
name: {{ include "..fullname" $ }}-{{ $sec.name }}
{{- end }}
{{- end }}
{{- range $esec := .Values.externalSecrets }}
@@ -32,7 +32,7 @@ spec:
{{- range $cfgm := .Values.configMaps }}
{{- if eq $cfgm.type "env"}}
- configMapRef:
name: {{ $cfgm.name }}
name: {{ include "..fullname" $ }}-{{ $cfgm.name }}
{{- end }}
{{- end }}
image: {{ .Values.site.image }}