diff --git a/Chart/templates/deployment.yaml b/Chart/templates/deployment.yaml index b76d8f6..475f9f0 100644 --- a/Chart/templates/deployment.yaml +++ b/Chart/templates/deployment.yaml @@ -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"}}