Skip to content

Commit

Permalink
Merge pull request openstack-k8s-operators#234 from fmount/csv_annota…
Browse files Browse the repository at this point in the history
…tions

Add Required Infrastructure Annotations to CSV
  • Loading branch information
openshift-merge-bot[bot] authored Jun 26, 2024
2 parents 6788d5c + 3640975 commit 217758b
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,12 @@ 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
name: swift-operator.v0.0.0
namespace: placeholder
Expand Down

0 comments on commit 217758b

Please sign in to comment.