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 }}