From 50c3f29914069e8d9fa9d95cabd639767fc35323 Mon Sep 17 00:00:00 2001 From: Phireh Date: Sat, 13 Jan 2024 01:47:33 +0100 Subject: [PATCH] fix(factorio): do not require user auth --- k8s/argo-apps/factorio.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s/argo-apps/factorio.yaml b/k8s/argo-apps/factorio.yaml index b4592d9..359e1d2 100644 --- a/k8s/argo-apps/factorio.yaml +++ b/k8s/argo-apps/factorio.yaml @@ -30,7 +30,7 @@ spec: name: factorio-fukurokuju visibility: public: false - require_user_verification: true + require_user_verification: false persistence: storageClassName: truenas-nfs-csi serverPassword: @@ -41,4 +41,4 @@ spec: targetRevision: main project: fuku syncPolicy: - automated: {} \ No newline at end of file + automated: {}