From 43db6bf342709b2a411142929efe157edaa5bb6f Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Tue, 9 Sep 2025 11:38:23 -0500 Subject: [PATCH] change config --- clusters/cl01tl/services/talos/values.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/clusters/cl01tl/services/talos/values.yaml b/clusters/cl01tl/services/talos/values.yaml index cbefc8c09..034fe8139 100644 --- a/clusters/cl01tl/services/talos/values.yaml +++ b/clusters/cl01tl/services/talos/values.yaml @@ -175,6 +175,9 @@ etcd-defrag: - etcd - defrag - -n 10.232.1.13 + env: + - name: TALOSCONFIG + value: /tmp/.talos/config workingDir: /tmp resources: requests: @@ -196,7 +199,7 @@ etcd-defrag: advancedMounts: defrag: main: - - path: /home/user/.talos/config + - path: /tmp/.talos/config readOnly: true mountPropagation: None subPath: config