Skip to content

Commit

Permalink
fix(authelia): indentation of pod security context (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
laugmanuel authored Dec 2, 2021
1 parent f709d94 commit d923672
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/authelia/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: authelia
version: 0.6.3
version: 0.6.4
kubeVersion: ">= 1.13.0-0"
description: Authelia is a Single Sign-On Multi-Factor portal for web apps
type: application
Expand Down
4 changes: 2 additions & 2 deletions charts/authelia/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,8 @@ spec:
{{- with $mounts := .Values.pod.extraVolumeMounts }}
{{- toYaml $mounts | nindent 8 }}
{{- end }}
{{- with $context := .Values.pod.securityContext.pod }}
securityContext: {{ toYaml $context | nindent 12 }}
{{- with $context := .Values.pod.securityContext.pod }}
securityContext: {{ toYaml $context | nindent 10 }}
{{- end }}
volumes:
{{- if (include "authelia.enabled.persistentVolumeClaim" .) }}
Expand Down

0 comments on commit d923672

Please sign in to comment.