Skip to content

Commit 80cca8a

Browse files
authored
Add omitempty to StorageClassName in schema (#814)
* Add omitempty to StorageClassName in schema Allow a StorageClass spec to not require specify storageClassName. Fixes: #813
1 parent 6e79c16 commit 80cca8a

18 files changed

+6548
-266
lines changed

config/crds/troubleshoot.replicated.com_analyzers.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,6 @@ spec:
687687
type: string
688688
required:
689689
- outcomes
690-
- storageClassName
691690
type: object
692691
textAnalyze:
693692
properties:

config/crds/troubleshoot.replicated.com_preflights.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,6 @@ spec:
687687
type: string
688688
required:
689689
- outcomes
690-
- storageClassName
691690
type: object
692691
textAnalyze:
693692
properties:

config/crds/troubleshoot.replicated.com_supportbundles.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,6 @@ spec:
718718
type: string
719719
required:
720720
- outcomes
721-
- storageClassName
722721
type: object
723722
textAnalyze:
724723
properties:

0 commit comments

Comments
 (0)