Files
HetznerTerra/ansible/roles/tailscale-operator/templates/operator-values.yaml.j2
MichaelFisher1997 63247b79a6
Some checks failed
Deploy Cluster / Terraform (push) Successful in 47s
Deploy Cluster / Ansible (push) Has been cancelled
fix: harden Tailscale operator rollout with preflight and diagnostics
2026-03-02 21:39:47 +00:00

11 lines
168 B
Django/Jinja

apiServerProxyConfig:
mode: "true"
operatorConfig:
defaultTags:
{% for tag in tailscale_operator_default_tags %}
- "{{ tag }}"
{% endfor %}
installCRDs: true