From 73d23ca3ef6d3f1c8bfbb024872ee0d6416c5eaa Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Fri, 4 Jul 2025 00:17:42 +0800 Subject: [PATCH] fix(volsync/template): envsubst error: YAMLToJSON: yaml: line 53: did not find expected key --- kube/deploy/core/storage/volsync/template/rsrc-r2.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/kube/deploy/core/storage/volsync/template/rsrc-r2.yaml b/kube/deploy/core/storage/volsync/template/rsrc-r2.yaml index 89d73df7..7cd091db 100644 --- a/kube/deploy/core/storage/volsync/template/rsrc-r2.yaml +++ b/kube/deploy/core/storage/volsync/template/rsrc-r2.yaml @@ -98,7 +98,7 @@ spec: matchExpressions: - key: kubernetes.io/metadata.name operator: Exists - - topologyKey: kubernetes.io/hostname - labelSelector: - matchLabels: - batch.kubernetes.io/job-name: "volsync-src-${PVC}-r2-restic" + # - topologyKey: kubernetes.io/hostname + # labelSelector: + # matchLabels: + # batch.kubernetes.io/job-name: "volsync-src-${PVC}-r2-restic"