Skip to content

Commit c602c0a

Browse files
Merge pull request #687 from xrajesh/xav/design-fips
Make OLS Operator fips-compliant
2 parents 243dde1 + af37883 commit c602c0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bundle/manifests/lightspeed-operator.clusterserviceversion.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ metadata:
4343
features.operators.openshift.io/cni: "false"
4444
features.operators.openshift.io/csi: "false"
4545
features.operators.openshift.io/disconnected: "true"
46-
features.operators.openshift.io/fips-compliant: "false"
46+
features.operators.openshift.io/fips-compliant: "true"
4747
features.operators.openshift.io/proxy-aware: "false"
4848
features.operators.openshift.io/tls-profiles: "false"
4949
features.operators.openshift.io/token-auth-aws: "false"

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ metadata:
99
features.operators.openshift.io/cni: "false"
1010
features.operators.openshift.io/csi: "false"
1111
features.operators.openshift.io/disconnected: "true"
12-
features.operators.openshift.io/fips-compliant: "false"
12+
features.operators.openshift.io/fips-compliant: "true"
1313
features.operators.openshift.io/proxy-aware: "false"
1414
features.operators.openshift.io/tls-profiles: "false"
1515
features.operators.openshift.io/token-auth-aws: "false"

0 commit comments

Comments
 (0)