remove references to admin env vars

This commit is contained in:
ruslandoga
2022-12-20 00:22:00 +08:00
parent 5097a507fc
commit a54938ed01
2 changed files with 6 additions and 3 deletions

View File

@ -49,7 +49,7 @@ spec:
- "/bin/sh"
- "-c"
args:
- sleep 30 && /entrypoint.sh db createdb && /entrypoint.sh db migrate && /entrypoint.sh db init-admin
- sleep 30 && /entrypoint.sh db createdb && /entrypoint.sh db migrate
envFrom:
- secretRef:
name: plausible-config