diff --git a/charts/authentik/templates/server/deployment.yaml b/charts/authentik/templates/server/deployment.yaml index 8f416ef..1202c5e 100644 --- a/charts/authentik/templates/server/deployment.yaml +++ b/charts/authentik/templates/server/deployment.yaml @@ -68,7 +68,7 @@ spec: - server env: {{- with (concat .Values.global.env .Values.server.env) }} - {{- toYaml . | nindent 10 }} + {{- toYaml . | nindent 12 }} {{- end }} - name: AUTHENTIK_LISTEN__HTTP value: {{ printf "0.0.0.0:%v" .Values.server.containerPorts.http | quote }} @@ -133,7 +133,7 @@ spec: imagePullPolicy: {{ .Values.geoip.image.pullPolicy }} env: {{- with .Values.geoip.env }} - {{- toYaml . | nindent 10 }} + {{- toYaml . | nindent 12 }} {{- end }} - name: GEOIPUPDATE_FREQUENCY value: {{ .Values.geoip.updateInterval | quote }} @@ -178,7 +178,7 @@ spec: {{- toYaml .Values.geoip.resources | nindent 10 }} {{- with .Values.geoip.containerSecurityContext }} securityContext: - {{- toYaml . | nindent 10 }} + {{- toYaml . | nindent 12 }} {{- end }} {{- end }} {{- with .Values.server.extraContainers }} diff --git a/charts/authentik/templates/worker/deployment.yaml b/charts/authentik/templates/worker/deployment.yaml index f47eb6d..a76288b 100644 --- a/charts/authentik/templates/worker/deployment.yaml +++ b/charts/authentik/templates/worker/deployment.yaml @@ -71,7 +71,7 @@ spec: - worker env: {{- with (concat .Values.global.env .Values.worker.env) }} - {{- toYaml . | nindent 10 }} + {{- toYaml . | nindent 12 }} {{- end }} envFrom: - secretRef: @@ -116,7 +116,7 @@ spec: imagePullPolicy: {{ .Values.geoip.image.pullPolicy }} env: {{- with .Values.geoip.env }} - {{- toYaml . | nindent 10 }} + {{- toYaml . | nindent 12 }} {{- end }} - name: GEOIPUPDATE_FREQUENCY value: {{ .Values.geoip.updateInterval | quote }} @@ -161,7 +161,7 @@ spec: {{- toYaml .Values.geoip.resources | nindent 10 }} {{- with .Values.geoip.containerSecurityContext }} securityContext: - {{- toYaml . | nindent 10 }} + {{- toYaml . | nindent 12 }} {{- end }} {{- end }} {{- with .Values.worker.extraContainers }}