Skip to content

Commit 499ee8c

Browse files
committed
address review comment
1 parent 1ba84ce commit 499ee8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

irictl-volume/cmd/irictl-volume/irictlvolume/get/volumesnapshot/volumesnapshot.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ func Command(streams clicommon.Streams, clientFactory common.ClientFactory) *cob
3030

3131
cmd := &cobra.Command{
3232
Use: "volumesnapshot",
33-
Aliases: common.VolumeAliases,
33+
Aliases: common.VolumeSnapshotAliases,
3434
RunE: func(cmd *cobra.Command, args []string) error {
3535
ctx := cmd.Context()
3636
log := ctrl.LoggerFrom(ctx)

irictl-volume/config/samples/volume.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
labels:
55
bar: baz
66
spec:
7-
class: experimental
7+
class: volumeclass-sample
88
image: ghcr.io/ironcore-dev/ironcore-image/gardenlinux:latest
99
resources:
1010
storage_bytes: 1073741824

0 commit comments

Comments
 (0)