Add globalization invariant env
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