fix: align tailscale proxy tags with operator tags
Some checks failed
Deploy Cluster / Terraform (push) Successful in 45s
Deploy Cluster / Ansible (push) Failing after 19m38s

This commit is contained in:
2026-03-02 23:36:18 +00:00
parent 210b617cc9
commit 542d7a6be5

View File

@@ -18,3 +18,6 @@ operatorConfig:
{% endfor %}
installCRDs: true
proxyConfig:
defaultTags: "{{ tailscale_operator_default_tags | join(',') }}"