mirror of https://github.com/status-im/consul.git
Update Helm Docs for v0.36.0 Consul K8s release (#11483)
Co-authored-by: David Yu <dyu@hashicorp.com>
This commit is contained in:
parent
9b680b3f81
commit
875fa920c9
|
@ -1318,11 +1318,16 @@ Use these links to navigate to a particular top-level stanza.
|
|||
which can lead to hangs. In these environments it is recommend to use "Ignore" instead.
|
||||
This setting can be safely disabled by setting to "Ignore".
|
||||
|
||||
- `namespaceSelector` ((#v-connectinject-namespaceselector)) (`string: null`) - Selector for restricting the webhook to only specific namespaces.
|
||||
- `namespaceSelector` ((#v-connectinject-namespaceselector)) (`string`) - Selector for restricting the webhook to only specific namespaces.
|
||||
Use with `connectInject.default: true` to automatically inject all pods in namespaces that match the selector. This should be set to a multiline string.
|
||||
See https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/#matching-requests-namespaceselector
|
||||
for more details.
|
||||
|
||||
By default, we exclude the kube-system namespace since usually users won't
|
||||
want those pods injected and also the local-path-storage namespace so that
|
||||
Kind (Kubernetes In Docker) can provision Pods used to create PVCs.
|
||||
Note that this exclusion is only supported in Kubernetes v1.21.1+.
|
||||
|
||||
Example:
|
||||
|
||||
```yaml
|
||||
|
|
Loading…
Reference in New Issue