From 21b27d1b9ba4466a8f9f25cb7ebb86b1046d1c94 Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Thu, 25 Jul 2024 02:30:22 +1000 Subject: [PATCH] fix nodeAffinity plex-config-pv --- .../app-volumes/env/k3s-cluster/templates/plex-config-pv.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/app-volumes/env/k3s-cluster/templates/plex-config-pv.yaml b/resources/app-volumes/env/k3s-cluster/templates/plex-config-pv.yaml index ee07e59..ef19681 100644 --- a/resources/app-volumes/env/k3s-cluster/templates/plex-config-pv.yaml +++ b/resources/app-volumes/env/k3s-cluster/templates/plex-config-pv.yaml @@ -27,4 +27,4 @@ spec: - key: kubernetes.io/arch operator: In values: - - arm64 \ No newline at end of file + - amd64 \ No newline at end of file