Skip to content

Commit 69ecae1

Browse files
authored
Merge pull request #57090 from xenolinux/typo-small
OCPBUGS#9916: Fix the typo
2 parents 289ebf3 + af0718f commit 69ecae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/dr-restoring-cluster-state.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ When the etcd cluster Operator performs a redeployment, the existing nodes are s
564564
+
565565
[source,terminal]
566566
----
567-
$ oc patch etcd/cluster --type=merge -p '\{"spec": {"unsupportedConfigOverrides": null}}
567+
$ oc patch etcd/cluster --type=merge -p '{"spec": {"unsupportedConfigOverrides": null}}'
568568
----
569569

570570
. You can verify that the `unsupportedConfigOverrides` section is removed from the object by entering this command:

0 commit comments

Comments
 (0)