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:
|
||||
containers:
|
||||
- name: umbraco
|
||||
env:
|
||||
- name: DOTNET_SYSTEM_GLOBALIZATION_INVARIANT
|
||||
value: 'false'
|
||||
envFrom:
|
||||
{{- range $sec := .Values.secrets }}
|
||||
{{- if eq $sec.type "env"}}
|
||||
|
||||
Reference in New Issue
Block a user