Add globalization invariant env
All checks were successful
Upload Helm Chart / Explore-Gitea-Actions (push) Successful in 2s
All checks were successful
Upload Helm Chart / Explore-Gitea-Actions (push) Successful in 2s
This commit is contained in:
@@ -16,6 +16,9 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: umbraco
|
- name: umbraco
|
||||||
|
env:
|
||||||
|
- name: DOTNET_SYSTEM_GLOBALIZATION_INVARIANT
|
||||||
|
value: 'false'
|
||||||
envFrom:
|
envFrom:
|
||||||
{{- range $sec := .Values.secrets }}
|
{{- range $sec := .Values.secrets }}
|
||||||
{{- if eq $sec.type "env"}}
|
{{- if eq $sec.type "env"}}
|
||||||
|
|||||||
Reference in New Issue
Block a user