Fix the command to set a password #4

Open
allanger wants to merge 1 commits from fix-password into main
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ repositories:
releases:
- name: minecraft
chart: minecraft/minecraft
namespace: minecraft-application
namespace: games
version: 4.19.0
values:
- ./values.yaml

View File

@ -41,7 +41,7 @@ lifecycle:
postStart:
- bash
- -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:
command: