added plausible init container, security context's & events-db configuration into configmap

This commit is contained in:
Oscar Beaumont
2021-07-19 15:28:44 +08:00
parent aa9f96cd12
commit 46f050f54c
4 changed files with 105 additions and 5 deletions

View File

@ -34,5 +34,5 @@ When you first log in with your admin credentials, you will be prompted to enter
Otherwise, run this command to verify all users in the database:
```bash
kubectl -n plausible exec deploy/plausible-db -- /bin/bash -c 'psql -U $POSTGRES_USER -d $POSTGRES_DB -c "UPDATE users SET email_verified = true;"'
kubectl -n plausible exec statefulset/plausible-db -- /bin/bash -c 'psql -U $POSTGRES_USER -d $POSTGRES_DB -c "UPDATE users SET email_verified = true;"'
```