Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# If set to "enforce" it'll install the operator.
#
# Note that OpenShift 4.6 is required.
# Note that OpenShift 4.6+ is required.
apiVersion: policy.open-cluster-management.io/v1
kind: Policy
metadata:
Expand Down Expand Up @@ -51,6 +51,7 @@ spec:
namespace: openshift-compliance
source: redhat-operators
sourceNamespace: openshift-marketplace
channel: stable
# Conditionally configure a nodeSelector for installing on ROSA hosted control planes
config: '{{ if and (eq "ROSA" (lookup "cluster.open-cluster-management.io/v1alpha1"
"ClusterClaim" "" "product.open-cluster-management.io").spec.value) (eq "true"
Expand Down