Skip to content

Commit

Permalink
Merge pull request #69 from Abirdcfly/master
Browse files Browse the repository at this point in the history
update quickstart
  • Loading branch information
k8s-ci-robot authored Aug 16, 2021
2 parents 291134a + c9410c9 commit 8af53fa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/user-guide/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,6 @@ Expected output:
```
team-a
├── [s] service-2
├── [s] service-3
└── [s] service-4
└── staging
```
Expand Down Expand Up @@ -650,7 +649,7 @@ kubectl -n team-b get secrets
But now we’ve started running an untrusted service in `team-b`, so we’ve decided not to share that secret with it anymore. We can do this by setting the propagation selectors on the secret:

```bash
kubectl annotate secret my-secret -n acme-org propagate.hnc.x-k8s.io/treeSelect=!team-b
kubectl annotate secret my-secret -n acme-org propagate.hnc.x-k8s.io/treeSelect='!team-b'
```

Now you’ll see the secret is no longer accessible from `team-b`:
Expand Down

0 comments on commit 8af53fa

Please sign in to comment.