From 65757f6f248a64914b277d4e519d6f0c7f94d89c Mon Sep 17 00:00:00 2001 From: Lars Scheibling Date: Sun, 14 Jan 2024 19:32:25 +0000 Subject: [PATCH] Add globalization invariant env --- Chart/templates/deployment.yaml | 3 +++ 1 file changed, 3 insertions(+) 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"}}