Skip to content

Commit 31209e8

Browse files
Make storageClass optional in ace-options (#1233)
Signed-off-by: Arnob kumar saha <arnob@appscode.com>
1 parent 0bf0f87 commit 31209e8

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

apis/installer/v1alpha1/ace_options_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ type AceOptionsNatsSettings struct {
221221
}
222222

223223
type AceOptionsPlatformInfra struct {
224-
StorageClass LocalObjectReference `json:"storageClass"`
224+
StorageClass LocalObjectReference `json:"storageClass,omitempty"`
225225
KubeStash KubeStashOptions `json:"kubestash"`
226226
TLS catgwapi.InfraTLS `json:"tls"`
227227
DNS InfraDns `json:"dns"`

schema/ace-options/values.openapiv3_schema.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,6 @@ properties:
822822
- cloudServices
823823
- dns
824824
- kubestash
825-
- storageClass
826825
- tls
827826
type: object
828827
ingress:

0 commit comments

Comments
 (0)