Description of problem:
The internalUser parameter cannot be specified as false
Version-Release number of selected component (if applicable):
TP
How reproducible:
jitli@RedHat:~/work/src/test/must-gather$ oc get pods NAME READY STATUS RESTARTS AGE 04dbb8659730efbc85ee8c3e3514dc01385caa5767c93344c9ed545010r2cdz 0/1 Completed 0 71s must-gather-operator-5458858f8d-jm9cg 1/1 Running 0 41s must-gather-operator-catalog-t4zqs 1/1 Running 0 94s
jitli@RedHat:~/work/src/test/must-gather$ oc get csv NAME DISPLAY VERSION REPLACES PHASE support-log-gather-operator.v4.20.0 support log gather 4.20.0 Succeeded
jitli@RedHat:~/work/src/test/must-gather$ cat supportloggather-internalUser.yaml apiVersion: operator.openshift.io/v1alpha1 kind: MustGather metadata: name: support-log-gather-jitli namespace: must-gather-operator spec: serviceAccountRef: name: must-gather-operator uploadTarget: type: SFTP sftp: caseID: "04230315" caseManagementAccountSecretRef: name: mustgather-creds internalUser: false
jitli@RedHat:~/work/src/test/must-gather$ oc create -f supportloggather-internalUser.yaml mustgather.operator.openshift.io/support-log-gather-jitli created
jitli@RedHat:~/work/src/test/must-gather$ oc get mustgather support-log-gather-jitli -o yaml apiVersion: operator.openshift.io/v1alpha1 kind: MustGather metadata: creationTimestamp: "2025-10-23T11:30:52Z" finalizers: - finalizer.mustgathers.operator.openshift.io generation: 2 name: support-log-gather-jitli namespace: must-gather-operator resourceVersion: "53976" uid: 14bcf082-dfb0-4a7b-9a7c-c94f881dc33b spec: audit: false mustGatherTimeout: 0s proxyConfig: httpProxy: "" httpsProxy: "" serviceAccountRef: name: must-gather-operator uploadTarget: sftp: caseID: "04230315" caseManagementAccountSecretRef: name: mustgather-creds host: sftp.access.redhat.com internalUser: true type: SFTP status: completed: false conditions: - lastTransitionTime: "2025-10-23T11:31:12Z" message: "" observedGeneration: 2 reason: LastReconcileCycleSucceded status: "True" type: ReconcileSuccess
Actual results:
internalUser: true
Expected results:
internalUser: false
Additional info:
- blocks
-
OCPBUGS-63579 [must-gather-operator] The internalUser parameter in MustGather CR cannot be specified as false
-
- Verified
-
- is cloned by
-
OCPBUGS-63579 [must-gather-operator] The internalUser parameter in MustGather CR cannot be specified as false
-
- Verified
-
- links to