correct typo for link (#6312)

This commit is contained in:
Lin Sun 2020-01-08 09:25:09 -05:00 committed by Istio Automation
parent 825304bbdc
commit 8d0d7bf6a7
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ aliases:
- /docs/tasks/security/ca-namespace-targeting/
---
A cluster operator might decide not to generate `ServiceAccount` secrets for some subset of namespaces, or to make `ServiceAccount` secret generation opt-in per namespace. This task describes how an operator can configure their cluster for these situations. Full documentation of the Citadel namespace targeting mechanism can be found [here]((/docs/ops/configuration/mesh/secret-creation/).
A cluster operator might decide not to generate `ServiceAccount` secrets for some subset of namespaces, or to make `ServiceAccount` secret generation opt-in per namespace. This task describes how an operator can configure their cluster for these situations. Full documentation of the Citadel namespace targeting mechanism can be found [here](/docs/ops/configuration/mesh/secret-creation/).
## Before you begin