Skip to content

Commit cceb002

Browse files
authored
doc(quickstart): add AllowPropagate as a option for mode
1 parent 1229c0a commit cceb002

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/user-guide/quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,8 @@ simply use the config subcommand:
209209
kubectl hns config set-resource secrets --mode Propagate
210210
```
211211

212-
Note: As of HNC v0.9+, the supported modes are `Propagate`, `Remove` and
213-
`Ignore`. More may be added in the future; you can run `kubectl hns config
212+
Note: As of HNC v1.0+, the supported modes are `Propagate`, `Remove`,
213+
`Ignore` and `AllowPropagate`. More may be added in the future; you can run `kubectl hns config
214214
set-resource` for the latest documentation.
215215

216216
Now, we should be able to verify that `my-creds` was propagated to `service-1`:

0 commit comments

Comments
 (0)