Skip to content

Commit

Permalink
Merge pull request #98 from tnthornton/expose-etcd-pvc-storageclass
Browse files Browse the repository at this point in the history
Allow for specifying storageClassName for etcd PVC
  • Loading branch information
kcp-ci-bot authored Aug 29, 2024
2 parents d71f723 + 9ed4740 commit 52d76c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/kcp/templates/etcd-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,7 @@ spec:
resources:
requests:
storage: {{ .Values.etcd.volumeSize }}
{{- with .Values.etcd.storageClassName }}
storageClassName: {{ . }}
{{- end }}
{{- end }}
1 change: 1 addition & 0 deletions charts/kcp/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ etcd:
podDisruptionBudget:
enabled: false
maxUnavailable: 1
storageClassName: ""
kcp:
replicas: 1
strategy:
Expand Down

0 comments on commit 52d76c0

Please sign in to comment.