Skip to content

Commit db92f5e

Browse files
committed
Add the missing fips-compliant annotation to the glance manifest
As per [1] we should have the fips-compliant annotation in the glance-operator clusterserviceversion manifest. This patch adds the missing annotation. [1] https://docs.openshift.com/container-platform/4.14/operators/operator_sdk/osdk-generating-csvs.html Signed-off-by: Francesco Pantano <[email protected]>
1 parent 667dd8a commit db92f5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/manifests/bases/glance-operator.clusterserviceversion.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ metadata:
55
alm-examples: '[]'
66
capabilities: Basic Install
77
features.operators.openshift.io/disconnected: "true"
8+
features.operators.openshift.io/fips-compliant: "true"
89
operators.openshift.io/infrastructure-features: '["disconnected"]'
910
operators.operatorframework.io/operator-type: non-standalone
1011
name: glance-operator.v0.0.0

0 commit comments

Comments
 (0)