diff --git a/.taskfiles/VolSync/ListJob.tmpl.yaml b/.taskfiles/VolSync/ListJob.tmpl.yaml index e43f5a9d8..9697de663 100644 --- a/.taskfiles/VolSync/ListJob.tmpl.yaml +++ b/.taskfiles/VolSync/ListJob.tmpl.yaml @@ -16,4 +16,4 @@ spec: args: ["snapshots"] envFrom: - secretRef: - name: "${rsrc}-restic" + name: "${rsrc}-restic-secret" diff --git a/.taskfiles/VolSync/ReplicationDestination.tmpl.yaml b/.taskfiles/VolSync/ReplicationDestination.tmpl.yaml index bfdd75770..2fe370f4b 100644 --- a/.taskfiles/VolSync/ReplicationDestination.tmpl.yaml +++ b/.taskfiles/VolSync/ReplicationDestination.tmpl.yaml @@ -8,7 +8,7 @@ spec: trigger: manual: restore-once restic: - repository: "${rsrc}-restic" + repository: "${rsrc}-restic-secret" destinationPVC: "${claim}" copyMethod: Direct # IMPORTANT NOTE: diff --git a/kubernetes/apps/default/jellyfin/app/helmrelease.yaml b/kubernetes/apps/default/jellyfin/app/helmrelease.yaml index fc9e5e0e5..81bdb1ee5 100644 --- a/kubernetes/apps/default/jellyfin/app/helmrelease.yaml +++ b/kubernetes/apps/default/jellyfin/app/helmrelease.yaml @@ -96,7 +96,7 @@ spec: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - - key: feature.node.kubernetes.io/custom-intel-gpu + - key: intel.feature.node.kubernetes.io/gpu operator: In values: - "true"