Skip to content

Commit

Permalink
Make chart idempotent.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmferrerm committed Apr 9, 2024
1 parent 331fe04 commit d6275ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kubernetes/helm/templates/webui-pvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ spec:
resources:
requests:
storage: {{ .Values.webui.persistence.size }}
{{- if .Values.webui.persistence.storageClass }}
storageClassName: {{ .Values.webui.persistence.storageClass }}
{{- end }}
{{- with .Values.webui.persistence.selector }}
selector:
{{- toYaml . | nindent 4 }}
Expand Down

0 comments on commit d6275ee

Please sign in to comment.