From bd7c906c0546ac6475a237acd63405faa8a8ac56 Mon Sep 17 00:00:00 2001 From: Will Anderson Date: Sat, 4 Apr 2026 19:01:35 -0500 Subject: [PATCH] fix: remove legacy admin_username/password env vars from listmonk config --- servers/legion/k8s/listmonk/deployment.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/servers/legion/k8s/listmonk/deployment.yaml b/servers/legion/k8s/listmonk/deployment.yaml index db1166a..62b2b9a 100644 --- a/servers/legion/k8s/listmonk/deployment.yaml +++ b/servers/legion/k8s/listmonk/deployment.yaml @@ -41,13 +41,6 @@ spec: key: db_password - name: LISTMONK_db__ssl_mode value: "disable" - - name: LISTMONK_app__admin_username - value: "admin" - - name: LISTMONK_app__admin_password - valueFrom: - secretKeyRef: - name: listmonk-secrets - key: admin_password - name: LISTMONK_app__secret_key valueFrom: secretKeyRef: