change config
All checks were successful
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 2m19s

This commit is contained in:
2025-09-09 11:38:23 -05:00
parent 7965224e8a
commit 43db6bf342

View File

@@ -175,6 +175,9 @@ etcd-defrag:
- etcd - etcd
- defrag - defrag
- -n 10.232.1.13 - -n 10.232.1.13
env:
- name: TALOSCONFIG
value: /tmp/.talos/config
workingDir: /tmp workingDir: /tmp
resources: resources:
requests: requests:
@@ -196,7 +199,7 @@ etcd-defrag:
advancedMounts: advancedMounts:
defrag: defrag:
main: main:
- path: /home/user/.talos/config - path: /tmp/.talos/config
readOnly: true readOnly: true
mountPropagation: None mountPropagation: None
subPath: config subPath: config