Skip to content

Commit

Permalink
fix: bad values reference
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-elliott committed Feb 16, 2021
1 parent 2bc0b1e commit 394da2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.1.7
version: 0.1.8
kubeVersion: ">= 1.13.0"
description: Authelia is a Single Sign-On Multi-Factor portal for web apps
type: application
Expand Down
2 changes: 1 addition & 1 deletion charts/authelia/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ spec:
{{- with $mounts := .Values.pod.extraVolumeMounts }}
{{ toYaml $mounts | indent 8 }}
{{- end }}
{{- with $context := .Values.pod.podSecurityContext }}
{{- with $context := .Values.pod.securityContext.pod }}
securityContext: {{ toYaml $context | nindent 10 }}
{{- end }}
volumes:
Expand Down

0 comments on commit 394da2b

Please sign in to comment.