Skip to content

Commit

Permalink
typo correction
Browse files Browse the repository at this point in the history
  • Loading branch information
pmpetit committed Dec 30, 2021
1 parent 3b387a5 commit de0af87
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,14 +108,14 @@ spec:
persistentVolumeClaim:
claimName: {{ if .Values.pgwatch2.persistentVolumes.config.existingClaim }}{{ .Values.pgwatch2.persistentVolumes.config.existingClaim }}{{- else }}{{ include "pgwatch2.fullname" . }}-config{{- end }}
{{- else }}
emptyDir:
emptyDir: {}
{{ end }}
- name: database-volume
{{- if .Values.pgwatch2.persistentVolumes.database.enabled }}
persistentVolumeClaim:
claimName: {{ if .Values.pgwatch2.persistentVolumes.database.existingClaim }}{{ .Values.pgwatch2.persistentVolumes.database.existingClaim }}{{- else }}{{ include "pgwatch2.fullname" . }}-database{{- end }}
{{ else }}
emptyDir:
emptyDir: {}
{{ end }}
{{- with .Values.nodeSelector }}
nodeSelector:
Expand Down

0 comments on commit de0af87

Please sign in to comment.