Skip to content

Commit

Permalink
remove hardcoded volume class name, fix #417
Browse files Browse the repository at this point in the history
from kube doc

A volume snapshot can request a particular class by specifying the name
of a VolumeSnapshotClass using the attribute volumeSnapshotClassName. If
nothing is set, then the default class is used if available.

https://kubernetes.io/docs/concepts/storage/volume-snapshots/
  • Loading branch information
nicolasochem committed Apr 13, 2022
1 parent ac61858 commit 60eefe9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion snapshotEngine/createVolumeSnapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ metadata:
labels:
history_mode: rolling
spec:
volumeSnapshotClassName: test-snapclass
source:
persistentVolumeClaimName: ""

0 comments on commit 60eefe9

Please sign in to comment.