From 38b4eb941955dc88967f9deda2cc5cac7eff88cf Mon Sep 17 00:00:00 2001 From: Irbe Krumina Date: Mon, 18 Dec 2023 10:28:06 +0000 Subject: [PATCH] cmd/k8s-operator/deploy/chart: document passing multiple proxy tags + log level values (#10624) Updates #cleanup Signed-off-by: Irbe Krumina --- cmd/k8s-operator/deploy/chart/values.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/cmd/k8s-operator/deploy/chart/values.yaml b/cmd/k8s-operator/deploy/chart/values.yaml index 3bb0b7e23..bc46d70d9 100644 --- a/cmd/k8s-operator/deploy/chart/values.yaml +++ b/cmd/k8s-operator/deploy/chart/values.yaml @@ -22,7 +22,7 @@ operatorConfig: tag: "" digest: "" pullPolicy: Always - logging: "info" + logging: "info" # info, debug, dev hostname: "tailscale-operator" nodeSelector: kubernetes.io/os: linux @@ -53,7 +53,9 @@ proxyConfig: # ACL tag that operator will tag proxies with. Operator must be made owner of # these tags # https://tailscale.com/kb/1236/kubernetes-operator/?q=operator#setting-up-the-kubernetes-operator - defaultTags: tag:k8s + # Multiple tags can be passed as a comma-separated string i.e 'tag:k8s-proxies,tag:prod'. + # Note that if you pass multiple tags to this field via `--set` flag to helm upgrade/install commands you must escape the comma (for example, "tag:k8s-proxies\,tag:prod"). See https://github.com/helm/helm/issues/1556 + defaultTags: "tag:k8s" firewallMode: auto # apiServerProxyConfig allows to configure whether the operator should expose