File tree Expand file tree Collapse file tree 7 files changed +7
-0
lines changed
Expand file tree Collapse file tree 7 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ type RemoteSpec struct {
5151type 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
Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments