Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

Commit 9102c4d

Browse files
authored
Merge pull request #238 from sanposhiho/patch-1
doc(quickstart): add `AllowPropagate` as a option for synchronization mode
2 parents 02247ad + cceb002 commit 9102c4d

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)