fix: harden Tailscale operator rollout with preflight and diagnostics
This commit is contained in:
@@ -1,12 +1,10 @@
|
||||
oauth:
|
||||
clientId: "{{ tailscale_oauth_client_id }}"
|
||||
clientSecret: "{{ tailscale_oauth_client_secret }}"
|
||||
|
||||
apiServerProxyConfig:
|
||||
mode: "true"
|
||||
|
||||
operatorConfig:
|
||||
defaultTags:
|
||||
- "tag:k8s-operator"
|
||||
{% for tag in tailscale_operator_default_tags %}
|
||||
- "{{ tag }}"
|
||||
{% endfor %}
|
||||
|
||||
installCRDs: true
|
||||
|
||||
Reference in New Issue
Block a user