Skip to content

Commit 1e40cf9

Browse files
committed
Make the boolean required
1 parent 0fdb6c4 commit 1e40cf9

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

api/bases/keystone.openstack.org_keystoneapis.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -522,6 +522,7 @@ spec:
522522
required:
523523
- containerImage
524524
- databaseInstance
525+
- enableFederation
525526
- enableInsecureDebug
526527
- enableKeystoneDebug
527528
- memcachedInstance

api/v1beta1/keystoneapi_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ type KeystoneAPISpecCore struct {
181181
// TLS - Parameters related to the TLS
182182
TLS tls.API `json:"tls,omitempty"`
183183

184-
// +kubebuilder:validation:Optional
184+
// +kubebuilder:validation:Required
185185
// +kubebuilder:default=false
186186
// Enablement of Federation configuration
187187
EnableFederation bool `json:"enableFederation"`

config/crd/bases/keystone.openstack.org_keystoneapis.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -522,6 +522,7 @@ spec:
522522
required:
523523
- containerImage
524524
- databaseInstance
525+
- enableFederation
525526
- enableInsecureDebug
526527
- enableKeystoneDebug
527528
- memcachedInstance

0 commit comments

Comments
 (0)