remove references to admin env vars

This commit is contained in:
ruslandoga
2023-01-15 20:43:23 +07:00
parent 5097a507fc
commit a54938ed01
2 changed files with 6 additions and 3 deletions
+1 -1
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