Skip to content

Commit

Permalink
Add omitempty to StorageClassName in schema (#814)
Browse files Browse the repository at this point in the history
* Add omitempty to StorageClassName in schema

Allow a StorageClass spec to not require specify storageClassName.

Fixes: #813
  • Loading branch information
xavpaice authored Nov 8, 2022
1 parent 6e79c16 commit 80cca8a
Show file tree
Hide file tree
Showing 18 changed files with 6,548 additions and 266 deletions.
1 change: 0 additions & 1 deletion config/crds/troubleshoot.replicated.com_analyzers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,6 @@ spec:
type: string
required:
- outcomes
- storageClassName
type: object
textAnalyze:
properties:
Expand Down
1 change: 0 additions & 1 deletion config/crds/troubleshoot.replicated.com_preflights.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,6 @@ spec:
type: string
required:
- outcomes
- storageClassName
type: object
textAnalyze:
properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,6 @@ spec:
type: string
required:
- outcomes
- storageClassName
type: object
textAnalyze:
properties:
Expand Down
Loading

0 comments on commit 80cca8a

Please sign in to comment.