Skip to content

Commit

Permalink
backport of commit 43f6a79
Browse files Browse the repository at this point in the history
  • Loading branch information
lkysow committed Feb 1, 2023
1 parent 9f440f5 commit 8db9e40
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions charts/consul/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2153,9 +2153,9 @@ connectInject:
# 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.
# By default, we exclude kube-system since usually users won't
# want those pods injected and local-path-storage and openebs so that
# Kind (Kubernetes In Docker) and OpenEBS (https://openebs.io/) respectively can provision Pods used to create PVCs.
# Note that this exclusion is only supported in Kubernetes v1.21.1+.
#
# Example:
Expand All @@ -2170,7 +2170,7 @@ connectInject:
matchExpressions:
- key: "kubernetes.io/metadata.name"
operator: "NotIn"
values: ["kube-system","local-path-storage"]
values: ["kube-system","local-path-storage","openebs"]
# List of k8s namespaces to allow Connect sidecar
# injection in. If a k8s namespace is not included or is listed in `k8sDenyNamespaces`,
Expand Down

0 comments on commit 8db9e40

Please sign in to comment.