From 4afb05e56bb87ce998d45b3e74be582b28e849f7 Mon Sep 17 00:00:00 2001 From: Hermes Agent service account Date: Sun, 19 Jul 2026 18:15:37 -0500 Subject: [PATCH] =?UTF-8?q?minecraft:=20wire=20PLUGINS=20env=20var=20into?= =?UTF-8?q?=20Deployment=20=E2=80=94=20prometheus=20exporter=20was=20never?= =?UTF-8?q?=20downloaded?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cluster/applications/minecraft/deployment.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cluster/applications/minecraft/deployment.yaml b/cluster/applications/minecraft/deployment.yaml index b4833ad..ae344ec 100644 --- a/cluster/applications/minecraft/deployment.yaml +++ b/cluster/applications/minecraft/deployment.yaml @@ -139,6 +139,12 @@ spec: configMapKeyRef: name: papermc-config key: RCON_PORT + # Plugin auto-download — itzg image fetches these URLs on startup + - name: PLUGINS + valueFrom: + configMapKeyRef: + name: papermc-config + key: PLUGINS # RCON password from Secret - name: RCON_PASSWORD valueFrom: