Fix the command to set a password #4
@ -28,7 +28,7 @@ repositories:
|
|||||||
releases:
|
releases:
|
||||||
- name: minecraft
|
- name: minecraft
|
||||||
chart: minecraft/minecraft
|
chart: minecraft/minecraft
|
||||||
namespace: minecraft-application
|
namespace: games
|
||||||
version: 4.19.0
|
version: 4.19.0
|
||||||
values:
|
values:
|
||||||
- ./values.yaml
|
- ./values.yaml
|
||||||
|
@ -41,7 +41,7 @@ lifecycle:
|
|||||||
postStart:
|
postStart:
|
||||||
- bash
|
- bash
|
||||||
- -c
|
- -c
|
||||||
- for i in {1..100}; do mc-health && break || sleep 20; done && mc-send-to-console setpassword 11223345
|
- for i in {1..100}; do mc-health && break || sleep 20; done && rcon-cli setpassword 11223345
|
||||||
|
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
command:
|
command:
|
||||||
|
Loading…
Reference in New Issue
Block a user