Skip to content

Commit

Permalink
Merge pull request #445 from steveb/OSPRH-7888
Browse files Browse the repository at this point in the history
Add Required Infrastructure Annotations to CSV
  • Loading branch information
openshift-merge-bot[bot] committed Jun 24, 2024
2 parents e53574c + 63495b6 commit 0b21b84
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ metadata:
capabilities: Basic Install
features.operators.openshift.io/disconnected: "true"
features.operators.openshift.io/fips-compliant: "true"
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"
operatorframework.io/suggested-namespace: openstack
operators.openshift.io/infrastructure-features: '["disconnected"]'
operators.operatorframework.io/operator-type: non-standalone
Expand Down

0 comments on commit 0b21b84

Please sign in to comment.