Skip to content

Commit

Permalink
[RHPAM-4904] Add required annotations for Infrastructure Feature Test
Browse files Browse the repository at this point in the history
  • Loading branch information
rgdoliveira committed Mar 18, 2024
1 parent 4c7e498 commit 229c161
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,13 @@ metadata:
certified: "true"
containerImage: registry.stage.redhat.io/rhpam-7/rhpam-kogito-rhel8-operator:7.13.5
description: RHPAM Kogito Operator for deployment and management of Kogito services.
features.operators.openshift.io/disconnected: "false"
features.operators.openshift.io/fips-compliant: "false"
features.operators.openshift.io/proxy-aware: "false"
features.operators.openshift.io/tls-profiles: "false"
features.operators.openshift.io/token-auth-aws: "false"
features.operators.openshift.io/token-auth-azure: "false"
features.operators.openshift.io/token-auth-gcp: "false"
operators.openshift.io/valid-subscription: '["Red Hat Process Automation Manager",
"Red Hat Decision Manager"]'
operators.operatorframework.io/builder: operator-sdk-v1.21.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ metadata:
certified: "true"
containerImage: registry.stage.redhat.io/rhpam-7/rhpam-kogito-rhel8-operator:0.0.0
description: RHPAM Kogito Operator for deployment and management of Kogito services.
features.operators.openshift.io/disconnected: "false"
features.operators.openshift.io/fips-compliant: "false"
features.operators.openshift.io/proxy-aware: "false"
features.operators.openshift.io/tls-profiles: "false"
features.operators.openshift.io/token-auth-aws: "false"
features.operators.openshift.io/token-auth-azure: "false"
features.operators.openshift.io/token-auth-gcp: "false"
operators.openshift.io/valid-subscription: '["Red Hat Process Automation Manager",
"Red Hat Decision Manager"]'
operators.operatorframework.io/builder: operator-sdk-v1.2.0
Expand Down

0 comments on commit 229c161

Please sign in to comment.