Skip to content

Commit a77b501

Browse files
committed
add default
1 parent 3eaa17f commit a77b501

File tree

7 files changed

+7
-0
lines changed

7 files changed

+7
-0
lines changed

api/v1alpha1/common_types.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ type RemoteSpec struct {
5151
type GenerateCABundleContainer struct {
5252
// (Optional) Enables the init container that builds the built-in CA store.
5353
// If not specified, the init container is enabled.
54+
// +kubebuilder:default:=true
5455
// +optional
5556
Enabled *bool `json:"enabled,omitempty"`
5657

deploy/ydb-operator/crds/database.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1043,6 +1043,7 @@ spec:
10431043
If `enabled` is not specified, the init container is enabled.
10441044
properties:
10451045
enabled:
1046+
default: true
10461047
description: |-
10471048
(Optional) Enables the init container that builds the built-in CA store.
10481049
If not specified, the init container is enabled.

deploy/ydb-operator/crds/databasenodeset.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1058,6 +1058,7 @@ spec:
10581058
If `enabled` is not specified, the init container is enabled.
10591059
properties:
10601060
enabled:
1061+
default: true
10611062
description: |-
10621063
(Optional) Enables the init container that builds the built-in CA store.
10631064
If not specified, the init container is enabled.

deploy/ydb-operator/crds/remotedatabasenodeset.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1059,6 +1059,7 @@ spec:
10591059
If `enabled` is not specified, the init container is enabled.
10601060
properties:
10611061
enabled:
1062+
default: true
10621063
description: |-
10631064
(Optional) Enables the init container that builds the built-in CA store.
10641065
If not specified, the init container is enabled.

deploy/ydb-operator/crds/remotestoragenodeset.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1213,6 +1213,7 @@ spec:
12131213
If `enabled` is not specified, the init container is enabled.
12141214
properties:
12151215
enabled:
1216+
default: true
12161217
description: |-
12171218
(Optional) Enables the init container that builds the built-in CA store.
12181219
If not specified, the init container is enabled.

deploy/ydb-operator/crds/storage.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1212,6 +1212,7 @@ spec:
12121212
If `enabled` is not specified, the init container is enabled.
12131213
properties:
12141214
enabled:
1215+
default: true
12151216
description: |-
12161217
(Optional) Enables the init container that builds the built-in CA store.
12171218
If not specified, the init container is enabled.

deploy/ydb-operator/crds/storagenodeset.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1212,6 +1212,7 @@ spec:
12121212
If `enabled` is not specified, the init container is enabled.
12131213
properties:
12141214
enabled:
1215+
default: true
12151216
description: |-
12161217
(Optional) Enables the init container that builds the built-in CA store.
12171218
If not specified, the init container is enabled.

0 commit comments

Comments
 (0)