From cf273a7674c5d1731b97cc309a43fefa0baf4b5d Mon Sep 17 00:00:00 2001 From: B3nBeng <91530842+B3nBeng@users.noreply.github.com> Date: Mon, 16 Jan 2023 17:16:27 +0100 Subject: [PATCH] Update values.yaml Added option "offline", necessary when activating the sideload. --- dev/helm/values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev/helm/values.yaml b/dev/helm/values.yaml index a61d53e0..2000424b 100644 --- a/dev/helm/values.yaml +++ b/dev/helm/values.yaml @@ -4,6 +4,8 @@ replicaCount: 1 revisionHistoryLimit: 10 +# If sideload is enable, set the offline parameter to true +offline: false image: repository: requarks/wiki