Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 65757f6f24 | |||
| 6138857d66 |
@@ -16,11 +16,14 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: umbraco
|
||||
env:
|
||||
- name: DOTNET_SYSTEM_GLOBALIZATION_INVARIANT
|
||||
value: 'false'
|
||||
envFrom:
|
||||
{{- 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 +35,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 }}
|
||||
|
||||
Reference in New Issue
Block a user