This commit is contained in:
2026-05-12 21:30:02 +02:00
parent 9a93502d03
commit a5a6d99a6f
+10
View File
@@ -58,6 +58,16 @@
environment: "{{ helm_env }}"
when: inventory_hostname.endswith('-vm01.home.lan')
- name: Ensure correct ownership of Helm config
file:
path: /home/jd/.kube/config
state: file
owner: jd
group: jd
mode: '0600'
when: inventory_hostname.endswith('-vm01.home.lan')
# ----------------------------
# 3. Add NFS Helm repo
# ----------------------------