We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45ae157 commit 701ba7fCopy full SHA for 701ba7f
1 file changed
plugins/openshift-ai/files/09-policy-catalogsource.yaml.j2
@@ -44,11 +44,15 @@ spec:
44
status:
45
connectionState:
46
lastObservedState: READY
47
+
48
# the ingress-operator creates a servicemeshoperator3 Subscription
49
# with source: redhat-operators, which doesn't exist in disconnected mode.
50
# The ingress-operator actively manages the subscription spec and overwrites any
51
# changes, so instead of fighting it we create a CatalogSource alias that makes
52
# the existing subscription resolve to the mirrored catalog.
53
+ #
54
+ # FIXME: OCPBUGS-78330. Temporary workaround until OCP 4.22 fix.
55
+ # https://redhat.atlassian.net/browse/OCPBUGS-78330
56
- complianceType: mustonlyhave
57
metadataComplianceType: musthave
58
objectDefinition:
0 commit comments