From f071ec84ecd7d3aaa34ae98992ab8fdbd7e63546 Mon Sep 17 00:00:00 2001 From: Martyn Date: Mon, 25 Aug 2025 17:18:13 +0200 Subject: [PATCH] Just this on that machine I guess --- everything-app/samba-fast.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/everything-app/samba-fast.yaml b/everything-app/samba-fast.yaml index b5a49d2..2d08410 100644 --- a/everything-app/samba-fast.yaml +++ b/everything-app/samba-fast.yaml @@ -19,7 +19,15 @@ spec: value: local-path-fast - name: persistance.pvc.size value: 3Ti - values: "samba:\n users: \n - username: martyn\n password: \"564628\"" + valuesObject: + samba: + users: + - username: martyn + password: '564628' + tolerations: + - key: "justdisks" + operator: Exists + effect: "NoSchedule" path: apps-helm/samba4 repoURL: http://forgejo.git.svc.cluster.local/martyn/infra4talos.git targetRevision: HEAD