fix: make tailscale operator non-blocking by default and gate observability patching on readiness
This commit is contained in:
@@ -214,8 +214,7 @@
|
||||
|
||||
Note: Ensure Tailscale Kubernetes Operator is installed first
|
||||
when:
|
||||
- tailscale_oauth_client_id | default('') | length > 0
|
||||
- tailscale_oauth_client_secret | default('') | length > 0
|
||||
- tailscale_operator_ready | default(false) | bool
|
||||
|
||||
- name: Show observability access details (fallback)
|
||||
debug:
|
||||
@@ -231,4 +230,4 @@
|
||||
Loki: Disabled
|
||||
{% endif %}
|
||||
when:
|
||||
- tailscale_oauth_client_id | default('') | length == 0 or tailscale_oauth_client_secret | default('') | length == 0
|
||||
- not (tailscale_operator_ready | default(false) | bool)
|
||||
|
||||
Reference in New Issue
Block a user