Skip to content

Commit 67c6a41

Browse files
authored
Update modules/installation/snip-install-rhdh-operator-olm.adoc
1 parent ddf9cf0 commit 67c6a41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/installation/snip-install-rhdh-operator-olm.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ You can include the required secret name in the `deployment.spec.template.spec.i
131131
[source,terminal]
132132
----
133133
kubectl -n rhdh-operator patch deployment \
134-
rhdh.fast --patch '{"spec":{"template":{"spec":{"imagePullSecrets":[{"name":"rhdh-pull-secret"}]}}}}' \
134+
rhdh-operator --patch '{"spec":{"template":{"spec":{"imagePullSecrets":[{"name":"rhdh-pull-secret"}]}}}}' \
135135
--type=merge
136136
----
137137
====

0 commit comments

Comments
 (0)