Skip to content

Commit

Permalink
Add required infrastructure annotations
Browse files Browse the repository at this point in the history
Also removes deprecated operators.openshift.io/infrastructure-features
annotation.

Jira: https://issues.redhat.com/browse/OSPRH-7940

Signed-off-by: Martin Schuppert <mschuppert@redhat.com>
  • Loading branch information
stuggi committed Jun 25, 2024
1 parent 73bf6df commit 5a99189
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ metadata:
features.operators.openshift.io/disconnected: "true"
features.operators.openshift.io/fips-compliant: "true"
operatorframework.io/suggested-namespace: openstack
operators.openshift.io/infrastructure-features: '["disconnected"]'
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.operatorframework.io/operator-type: non-standalone
name: keystone-operator.v0.0.0
namespace: placeholder
Expand Down

0 comments on commit 5a99189

Please sign in to comment.