Skip to content

Commit 0cc4b75

Browse files
committed
Added fips compliant feature flag to base config
Signed-off-by: Anand Francis Joseph <[email protected]>
1 parent 2fbd0aa commit 0cc4b75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: config/manifests/bases/gitops-operator.clusterserviceversion.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
description: Enables teams to adopt GitOps principles for managing cluster configurations
99
and application delivery across hybrid multi-cluster Kubernetes environments.
1010
features.operators.openshift.io/disconnected: "true"
11-
features.operators.openshift.io/fips-compliant: "false"
11+
features.operators.openshift.io/fips-compliant: "true"
1212
features.operators.openshift.io/proxy-aware: "true"
1313
features.operators.openshift.io/tls-profiles: "false"
1414
features.operators.openshift.io/token-auth-aws: "false"

0 commit comments

Comments
 (0)