4 Commits

Author SHA1 Message Date
c6ac52121a Update Helm release postgres-cluster to v6
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
lint-test-helm / helm-lint (pull_request) Successful in 12s
2025-09-09 16:40:32 +00:00
43db6bf342 change config
All checks were successful
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 2m19s
2025-09-09 11:38:23 -05:00
7965224e8a change config
Some checks failed
lint-test-helm / helm-lint (push) Successful in 12s
renovate / renovate (push) Has been cancelled
2025-09-09 11:37:06 -05:00
da28a2cef5 add config
Some checks failed
lint-test-helm / helm-lint (push) Successful in 8s
renovate / renovate (push) Has been cancelled
2025-09-09 11:35:20 -05:00

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: ~/.talos/config - path: /tmp/.talos/config
readOnly: true readOnly: true
mountPropagation: None mountPropagation: None
subPath: config subPath: config