Skip to content

Commit 49c25c6

Browse files
authored
Merge pull request #488 from rimusz/fix-controlling-registration-modes
docs(fix): add --namespace=deis to Controlling Registration Modes
2 parents bd4db54 + 5e055f0 commit 49c25c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/users/registration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Deis Workflow supports three registration modes:
6464
To modify the registration mode for Workflow you may add or modify the `REGISTRATION_MODE` environment variable for the
6565
controller component. If Deis Workflow is already running, use:
6666

67-
`kubectl patch deployments deis-controller -p '{"spec":{"template":{"spec":{"containers":[{"name":"deis-controller","env":[{"name":"REGISTRATION_MODE","value":"disabled"}]}]}}}}'`
67+
`kubectl --namespace=deis patch deployments deis-controller -p '{"spec":{"template":{"spec":{"containers":[{"name":"deis-controller","env":[{"name":"REGISTRATION_MODE","value":"disabled"}]}]}}}}'`
6868

6969
Modify the `value` portion to match the desired mode.
7070

0 commit comments

Comments
 (0)