Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#188 from stg-0/fix/storageclass_name
Browse files Browse the repository at this point in the history
Fix: storageclass parameter
  • Loading branch information
stg-0 authored Jun 30, 2023
2 parents 875731d + 25627b9 commit 0fe1bfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/commons/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ type DescriptorFile struct {

Bastion Bastion `yaml:"bastion"`

StorageClass StorageClass `yaml:"storage_class" validate:"dive"`
StorageClass StorageClass `yaml:"storageclass" validate:"dive"`

Credentials Credentials `yaml:"credentials" validate:"dive"`

Expand Down

0 comments on commit 0fe1bfc

Please sign in to comment.