We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bd4db54 + 5e055f0 commit 49c25c6Copy full SHA for 49c25c6
1 file changed
src/users/registration.md
@@ -64,7 +64,7 @@ Deis Workflow supports three registration modes:
64
To modify the registration mode for Workflow you may add or modify the `REGISTRATION_MODE` environment variable for the
65
controller component. If Deis Workflow is already running, use:
66
67
-`kubectl patch deployments deis-controller -p '{"spec":{"template":{"spec":{"containers":[{"name":"deis-controller","env":[{"name":"REGISTRATION_MODE","value":"disabled"}]}]}}}}'`
+`kubectl --namespace=deis patch deployments deis-controller -p '{"spec":{"template":{"spec":{"containers":[{"name":"deis-controller","env":[{"name":"REGISTRATION_MODE","value":"disabled"}]}]}}}}'`
68
69
Modify the `value` portion to match the desired mode.
70
0 commit comments