Skip to content

Commit cb3b06d

Browse files
authored
chore: remove namespace argument from e2e example in readme (#217)
Signed-off-by: Skye Gill <[email protected]> Signed-off-by: Skye Gill <[email protected]>
1 parent 3fa432b commit cb3b06d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ root@nginx:/# curl -X POST "localhost:8013/schema.v1.Service/ResolveString" -d '
162162

163163
#### Run the example
164164

165-
1. Apply the end-to-end example: `kubectl -n open-feature-operator-system apply -f config/samples/end-to-end.yaml`
165+
1. Apply the end-to-end example: `kubectl apply -f config/samples/end-to-end.yaml`
166166
1. Visit `http://localhost:30000/`
167167
1. Update the value of the `defaultVariant` field in the custom resource instance in `config/samples/end-to-end.yaml` and re-apply to update the flag value!
168168
1. Visit `http://localhost:30000/` and see the change!

0 commit comments

Comments
 (0)