cmd/k8s-operator/deploy/chart: document passing multiple proxy tags + log level values (#10624)

Updates #cleanup

Signed-off-by: Irbe Krumina <irbe@tailscale.com>
dependabot/github_actions/actions/upload-artifact-4
Irbe Krumina 6 months ago committed by GitHub
parent dc2792aaee
commit 38b4eb9419
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save