Skip to content

Commit 1989783

Browse files
author
Andreas Ottosson
committed
Change from --dry-run to --dry-run=client
1 parent c250a5d commit 1989783

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/identity-provider-htpasswd-update-users.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Deleting password for user <username>
5555
+
5656
[source,terminal]
5757
----
58-
$ oc create secret generic htpass-secret --from-file=htpasswd=users.htpasswd --dry-run -o yaml -n openshift-config | oc replace -f -
58+
$ oc create secret generic htpass-secret --from-file=htpasswd=users.htpasswd --dry-run=client -o yaml -n openshift-config | oc replace -f -
5959
----
6060

6161
. If you removed one or more users, you must additionally remove existing resources for each user.

0 commit comments

Comments
 (0)