Skip to content

Commit 0057336

Browse files
sebgoahasbro17
authored andcommitted
doc/user-guide: add OPERATOR_NAME env var (#593)
1 parent 4aa3b18 commit 0057336

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/user-guide.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,12 @@ memcached-operator 1 1 1 1 1m
161161

162162
This method is preferred during development cycle to deploy and test faster.
163163

164+
Set the name of the operator in an environment variable:
165+
166+
```sh
167+
export OPERATOR_NAME=memcached-operator
168+
```
169+
164170
Run the operator locally with the default kubernetes config file present at `$HOME/.kube/config`:
165171

166172
```sh

0 commit comments

Comments
 (0)