Open
Description
Invoking the installation with a hardcoded values file to not install openshift-pipelines and openshift-gitops.
rhtap-cli deploy --values-template installer/charts/values.yaml.tpl --embedded=false
Currently the operator is being installed with these values:
openshiftKeycloak:
enabled: false
description: Red Hat Keycloak Operator
apiResource: keycloaks.k8s.keycloak.org
namespace: rhbk-operator
name: rhbk-operator
channel: stable-v22
source: redhat-operators
sourceNamespace: openshift-marketplace
operatorGroup:
upgradeStrategy: Default
**targetNamespaces: []**
After the installation following error appears for the operator
status:
cleanup: {}
conditions:
- lastTransitionTime: '2025-02-11T09:54:01Z'
lastUpdateTime: '2025-02-11T09:54:01Z'
message: 'AllNamespaces InstallModeType not supported, cannot configure to watch all namespaces'
phase: Failed
reason: UnsupportedOperatorGroup
lastTransitionTime: '2025-02-11T09:54:01Z'
lastUpdateTime: '2025-02-11T09:54:01Z'
message: 'AllNamespaces InstallModeType not supported, cannot configure to watch all namespaces'
phase: Failed
reason: UnsupportedOperatorGroup