From 7419df27f85c13c7150ca344feec48f5f2181f73 Mon Sep 17 00:00:00 2001 From: aggarwalakshun Date: Mon, 8 Sep 2025 17:31:31 +0530 Subject: [PATCH] change drone username --- cluster/apps/drone/drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/apps/drone/drone.yml b/cluster/apps/drone/drone.yml index 5b85526..8d738ba 100644 --- a/cluster/apps/drone/drone.yml +++ b/cluster/apps/drone/drone.yml @@ -56,7 +56,7 @@ spec: - name: DRONE_SERVER_PROTO value: "https" - name: DRONE_USER_CREATE - value: "username:akshun,admin:true" + value: "username:aggarwalakshun,admin:true" volumeMounts: - name: drone-data mountPath: /data