Skip to content

Commit

Permalink
fix: broken keto volumesMounts (#411)
Browse files Browse the repository at this point in the history
  • Loading branch information
Demonsthere authored Mar 10, 2022
1 parent 53d54f8 commit 50823e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm/charts/keto/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ metadata:
name: {{ include "keto.fullname" . }}
labels:
{{- include "keto.labels" . | nindent 4 }}
{{- with .Values.extraLabels }}
{{- with $extraLabels }}
{{- toYaml . | nindent 4 }}
{{- end }}
annotations:
Expand Down Expand Up @@ -139,7 +139,7 @@ spec:
- name: {{ include "keto.name" . }}-config-volume
mountPath: /etc/config
readOnly: true
{{- with .Values.extraVolumeMounts }}
{{- with $extraVolumeMounts }}
{{- toYaml . | nindent 12 }}
{{- end }}
{{- if $extraContainers }}
Expand Down

0 comments on commit 50823e4

Please sign in to comment.