fix(kubernetes_roles): conditional checks for prime

required so that config not applied to workers

!75
This commit is contained in:
2024-07-08 00:45:55 +00:00
parent cf63ec5543
commit 425e05de37

View File

@ -199,6 +199,9 @@
nfc_role_kubernetes_prime | default(true) | bool
and
not node_k3s.installed
and
not nfc_role_kubernetes_worker
-%}
{%- set ns = namespace(prime_name) -%}