Skip to content

Commit

Permalink
Change format of features.operators.openshift.io/*
Browse files Browse the repository at this point in the history
Signed-off-by: Balazs Nemeth <[email protected]>
  • Loading branch information
bn222 authored and openshift-cherrypick-robot committed Mar 29, 2024
1 parent b134854 commit 32aa7e5
Showing 1 changed file with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,16 @@ metadata:
}
}
}
operators.openshift.io/infrastructure-features: '["disconnected", "cni"]'
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"
features.operators.openshift.io/cnf: "false"
features.operators.openshift.io/cni: "true"
features.operators.openshift.io/csi: "false"
repository: https://github.com/k8snetworkplumbingwg/sriov-network-operator
support: Red Hat
target.workload.openshift.io/management: '{"effect": "PreferredDuringScheduling"}'
Expand Down

0 comments on commit 32aa7e5

Please sign in to comment.