From d319fd7e5097b7a1882fdde769178404794220fd Mon Sep 17 00:00:00 2001 From: Marc 'risson' Schmitt Date: Fri, 23 Feb 2024 09:30:43 +0100 Subject: [PATCH] Update charts/authentik/templates/worker/deployment.yaml Signed-off-by: Marc 'risson' Schmitt --- charts/authentik/templates/worker/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/authentik/templates/worker/deployment.yaml b/charts/authentik/templates/worker/deployment.yaml index 5d9dd62..b0d1704 100644 --- a/charts/authentik/templates/worker/deployment.yaml +++ b/charts/authentik/templates/worker/deployment.yaml @@ -158,7 +158,7 @@ spec: - name: geoip-db mountPath: /usr/share/GeoIP resources: - {{- toYaml .Values.geoip.resources | nindent 10 }}{{ end }} + {{- toYaml .Values.geoip.resources | nindent 12 }} {{- with .Values.geoip.containerSecurityContext }} securityContext: {{- toYaml . | nindent 12 }}