Skip to content

Commit

Permalink
Merge pull request #471 from openshift-cherrypick-robot/cherry-pick-4…
Browse files Browse the repository at this point in the history
…68-to-release-4.15

[release-4.15] OCPBUGS-30560: add feature annotations to CSV
  • Loading branch information
openshift-merge-bot[bot] committed Mar 8, 2024
2 parents 7a76e06 + ebaf139 commit cc4f213
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,14 @@ metadata:
# annotation in spec.install.spec.deployments.template.metadata is presently ignored.
# TODO: remove the next line after BZ-1950047 is resolved.
target.workload.openshift.io/management: '{"effect": "PreferredDuringScheduling"}'
features.operators.openshift.io/disconnected: "true"
features.operators.openshift.io/fips-compliant: "true"
features.operators.openshift.io/proxy-aware: "true"
features.operators.openshift.io/tls-profiles: "false"
features.operators.openshift.io/csi: "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"
labels:
operator-metering: "true"
"operatorframework.io/arch.amd64": supported
Expand Down

0 comments on commit cc4f213

Please sign in to comment.