Skip to content

Commit

Permalink
[#706] Adding openshift supported feature annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
howardgao authored and brusdev committed Oct 10, 2023
1 parent ef428fb commit 5a6f1d6
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,16 @@ metadata:
]
capabilities: Seamless Upgrades
categories: Streaming & Messaging
features.operators.openshift.io/cnf: "false"
features.operators.openshift.io/cni: "false"
features.operators.openshift.io/csi: "false"
features.operators.openshift.io/disconnected: "true"
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.operatorframework.io/builder: operator-sdk-v1.28.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
name: activemq-artemis-operator.v1.0.15
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ metadata:
alm-examples: '[]'
capabilities: Seamless Upgrades
categories: Streaming & Messaging
features.operators.openshift.io/cnf: "false"
features.operators.openshift.io/cni: "false"
features.operators.openshift.io/csi: "false"
features.operators.openshift.io/disconnected: "true"
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"
name: activemq-artemis-operator.v0.0.0
namespace: placeholder
spec:
Expand Down

0 comments on commit 5a6f1d6

Please sign in to comment.