mirror of
https://github.com/plausible/hosting.git
synced 2025-07-06 20:17:30 -05:00
remove references to admin env vars
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user