1/1 Completed
state by running the command:0/1 Completed
state then check if it's pod is still running using the following command:CrashloopBackOff
state, then check the logs of that pod using:dirty db found
in the logs, then follow the steps given below and if not dirty db, then wait for the pod to automatically restart and complete the job so that helm apps are visible on dashboard.kubectl -n devtroncd get secret devtron-secret -o jsonpath='{.data.PG_PASSWORD}' | base64 -d
kubectl exec -it postgresql-postgresql-0 -n devtroncd -- sh
psql -U postgres
and enter the password that you got in step 1.