From fb98be37ce27fac5fbdd24769e2db410460f65a1 Mon Sep 17 00:00:00 2001 From: aggarwalakshun Date: Sun, 13 Jul 2025 16:19:00 +0530 Subject: [PATCH] add DRONE_ADMIN environment variable to drone deployment --- cluster/apps/drone/drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cluster/apps/drone/drone.yml b/cluster/apps/drone/drone.yml index 1311837..fa00b82 100644 --- a/cluster/apps/drone/drone.yml +++ b/cluster/apps/drone/drone.yml @@ -32,6 +32,8 @@ spec: image: drone/drone:2 restartPolicy: Always env: + - name: DRONE_ADMIN + value: "akshun" - name: DRONE_GITEA_SERVER value: "https://gitea.akshun-lab.uk" - name: DRONE_GITEA_CLIENT_ID