Просмотр исходного кода

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

Updates #cleanup

Signed-off-by: Irbe Krumina <[email protected]>
Irbe Krumina 2 лет назад
Родитель
Сommit
38b4eb9419
1 измененных файлов с 4 добавлено и 2 удалено
  1. 4 2
      cmd/k8s-operator/deploy/chart/values.yaml

+ 4 - 2
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