From 06403375641b5e7c03ee31e3790ca65371b4dd3a Mon Sep 17 00:00:00 2001 From: Max Erenberg <> Date: Sat, 18 Dec 2021 17:45:20 -0500 Subject: [PATCH] Add ROOT environment variable to /etc/default/ceod kubectl was failing because it couldn't find the kubeconfig in /root/.kube/config --- etc/default/ceod | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/default/ceod b/etc/default/ceod index e5331a6..ae9d9b4 100644 --- a/etc/default/ceod +++ b/etc/default/ceod @@ -1,2 +1,3 @@ GUNICORN_ARGS="-w 2 -b 0.0.0.0:9987 --access-logfile - --certfile /etc/ssl/private/csclub-wildcard-chain.crt --keyfile /etc/ssl/private/csclub-wildcard.key" LE_WORKING_DIR="/root/.acme.sh" +ROOT=/root