Skip to content

Commit 404e934

Browse files
authored
Merge pull request #92024 from skopacz1/OCPBUGS-54799
OCPBUGS#54799: fixing parameter values for ABI disk encryption
2 parents b038d09 + 8471eb3 commit 404e934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/installing-ocp-agent-encrypt.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ diskEncryption:
5151
mode: tang <2>
5252
tangServers: "server1": "http://tang-server-1.example.com:7500" <3>
5353
----
54-
<1> Specify which nodes to enable disk encryption on. Valid values are `none`, `all`, `master`, and `worker`.
54+
<1> Specify which nodes to enable disk encryption on. Valid values are `none`, `all`, `masters`, and `workers`.
5555
<2> Specify which disk encryption mode to use. Valid values are `tpmv2` and `tang`.
5656
<3> Optional: If you are using Tang, specify the Tang servers.

0 commit comments

Comments
 (0)