Skip to content

Commit a878f14

Browse files
authored
Preserve unknown fields under .spec.config (#1057)
Originating issue: [PrivateCloud-analytics/CPD-Quality#45645](https://github.ibm.com/PrivateCloud-analytics/CPD-Quality/issues/45645#issuecomment-112313690) Signed-off-by: Rob Hundley <[email protected]>
1 parent 57f0761 commit a878f14

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

bundle/manifests/operator.ibm.com_authentications.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@ spec:
267267
- wlpClientRegistrationSecret
268268
- wlpClientSecret
269269
type: object
270+
x-kubernetes-preserve-unknown-fields: true
270271
enableInstanaMetricCollection:
271272
type: boolean
272273
identityManager:

config/crd/bases/operator.ibm.com_authentications.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@ spec:
267267
- wlpClientRegistrationSecret
268268
- wlpClientSecret
269269
type: object
270+
x-kubernetes-preserve-unknown-fields: true
270271
identityManager:
271272
properties:
272273
imageName:

helm-cluster-scoped/templates/00_operator.ibm.com_authentications.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@ spec:
268268
- wlpClientRegistrationSecret
269269
- wlpClientSecret
270270
type: object
271+
x-kubernetes-preserve-unknown-fields: true
271272
enableInstanaMetricCollection:
272273
type: boolean
273274
identityManager:

0 commit comments

Comments
 (0)