Skip to content

Commit c9b1433

Browse files
authored
Merge pull request #91099 from amolnar-rh/TELCODOCS-2162
TELCODOCS-2162#Fix capitalization in FIPS config for Agent-based Installer
2 parents cf07de8 + 22798b7 commit c9b1433

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

modules/agent-installer-configuring-fips-compliance.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ During a cluster deployment, the Federal Information Processing Standards (FIPS)
1717

1818
You can enable FIPS mode through the preferred method of `install-config.yaml` and `agent-config.yaml`:
1919

20-
. You must set value of the `fips` field to `True` in the `install-config.yaml` file:
20+
. You must set value of the `fips` field to `true` in the `install-config.yaml` file:
2121
+
2222
.Sample install-config.yaml.file
2323

@@ -27,15 +27,15 @@ apiVersion: v1
2727
baseDomain: test.example.com
2828
metadata:
2929
name: sno-cluster
30-
fips: True
30+
fips: true
3131
----
3232
+
3333
[IMPORTANT]
3434
====
3535
To enable FIPS mode on {ibm-z-name} clusters, you must also enable FIPS in either the `.parm` file or using `virt-install` as outlined in the procedures for manually adding {ibm-z-name} agents.
3636
====
3737

38-
. Optional: If you are using the {ztp} manifests, you must set the value of `fips` as `True` in the `Agent-install.openshift.io/install-config-overrides` field in the `agent-cluster-install.yaml` file:
38+
. Optional: If you are using the {ztp} manifests, you must set the value of `fips` as `true` in the `agent-install.openshift.io/install-config-overrides` field in the `agent-cluster-install.yaml` file:
3939

4040
+
4141
.Sample agent-cluster-install.yaml file
@@ -45,7 +45,7 @@ apiVersion: extensions.hive.openshift.io/v1beta1
4545
kind: AgentClusterInstall
4646
metadata:
4747
annotations:
48-
agent-install.openshift.io/install-config-overrides: '{"fips": True}'
48+
agent-install.openshift.io/install-config-overrides: '{"fips": true}'
4949
name: sno-cluster
5050
namespace: sno-cluster-test
5151
----

0 commit comments

Comments
 (0)