Skip to content

Commit

Permalink
chore: conditionally create VolumeSnapshotClass (#10103)
Browse files Browse the repository at this point in the history
  • Loading branch information
carolinaecalderon authored Oct 23, 2024
1 parent f45ebb9 commit 24d3390
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{{- if and .Release.IsUpgrade .Values.db.snapshotSuffix }}
apiVersion: snapshot.storage.k8s.io/v1
kind: VolumeSnapshotClass
metadata:
name: determined-db-snapshot-class
driver: pd.csi.storage.gke.io
deletionPolicy: Retain
{{ end }}

0 comments on commit 24d3390

Please sign in to comment.