Skip to content

Commit

Permalink
values.yaml: Add docs warning about reserved Consul namespaces when t…
Browse files Browse the repository at this point in the history
…urning on mirroring (hashicorp#1161)

* values.yaml: Add warning about reserved Consul namespaces when turning on mirroring
  • Loading branch information
David Yu authored Apr 13, 2022
1 parent 444052c commit ca35f7b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion charts/consul/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1608,6 +1608,9 @@ syncCatalog:
# already exist, it will be created. Turning this on overrides the
# `consulDestinationNamespace` setting.
# `addK8SNamespaceSuffix` may no longer be needed if enabling this option.
# If mirroring is enabled, avoid creating any Consul resources in the following
# Kubernetes namespaces, as Consul currently reserves these namespaces for
# system use: "system", "universal", "operator", "root".
mirroringK8S: false

# If `mirroringK8S` is set to true, `mirroringK8SPrefix` allows each Consul namespace
Expand Down Expand Up @@ -1934,7 +1937,9 @@ connectInject:
# of the same name as their k8s namespace, optionally prefixed if
# `mirroringK8SPrefix` is set below. If the Consul namespace does not
# already exist, it will be created. Turning this on overrides the
# `consulDestinationNamespace` setting.
# `consulDestinationNamespace` setting. If mirroring is enabled, avoid creating any Consul
# resources in the following Kubernetes namespaces, as Consul currently reserves these
# namespaces for system use: "system", "universal", "operator", "root".
mirroringK8S: false

# If `mirroringK8S` is set to true, `mirroringK8SPrefix` allows each Consul namespace
Expand Down Expand Up @@ -2646,6 +2651,9 @@ apiGateway:
# already exist, it will be created. Turning this on overrides the
# `consulDestinationNamespace` setting.
# `addK8SNamespaceSuffix` may no longer be needed if enabling this option.
# If mirroring is enabled, avoid creating any Consul resources in the following
# Kubernetes namespaces, as Consul currently reserves these namespaces for system use:
# "system", "universal", "operator", "root".
mirroringK8S: false

# If `mirroringK8S` is set to true, `mirroringK8SPrefix` allows each Consul namespace
Expand Down

0 comments on commit ca35f7b

Please sign in to comment.