minecraft: wire PLUGINS env var into Deployment — prometheus exporter was never downloaded
This commit is contained in:
@@ -139,6 +139,12 @@ spec:
|
|||||||
configMapKeyRef:
|
configMapKeyRef:
|
||||||
name: papermc-config
|
name: papermc-config
|
||||||
key: RCON_PORT
|
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
|
# RCON password from Secret
|
||||||
- name: RCON_PASSWORD
|
- name: RCON_PASSWORD
|
||||||
valueFrom:
|
valueFrom:
|
||||||
|
|||||||
Reference in New Issue
Block a user