Closed dlirai closed 1 year ago
I just followed the readme instructions on installing OpenFGA with Postgres. https://github.com/openfga/helm-charts/blob/main/charts/openfga/README.md
helm install openfga openfga/openfga \ --set datastore.engine=postgres \ --set datastore.uri="postgres://postgres:password@openfga-postgresql.default.svc.cluster.local:5432/postgres?sslmode=disable" \ --set postgres.enabled=true \ --set postgresql.auth.postgresPassword=password \ --set postgresql.auth.database=postgres
The OpenFGA pods will never be launched correctly: openfga-6b576ddc7f-4b4fc 0/1 CrashLoopBackOff 5 (47s ago) 8m59s openfga-6b576ddc7f-7vvl6 0/1 CrashLoopBackOff 5 (82s ago) 8m59s openfga-6b576ddc7f-8nq92 0/1 CrashLoopBackOff 5 (85s ago) 8m59s
Is the Helm Chart well maintained? I also encountered issues in other scenarios/cases. Appreciate any guidance!
Thanks for the report @dlirai. The helm chart is definitely maintained! We'll take a look at this shortly.
I just followed the readme instructions on installing OpenFGA with Postgres. https://github.com/openfga/helm-charts/blob/main/charts/openfga/README.md
helm install openfga openfga/openfga \ --set datastore.engine=postgres \ --set datastore.uri="postgres://postgres:password@openfga-postgresql.default.svc.cluster.local:5432/postgres?sslmode=disable" \ --set postgres.enabled=true \ --set postgresql.auth.postgresPassword=password \ --set postgresql.auth.database=postgres
The OpenFGA pods will never be launched correctly: openfga-6b576ddc7f-4b4fc 0/1 CrashLoopBackOff 5 (47s ago) 8m59s openfga-6b576ddc7f-7vvl6 0/1 CrashLoopBackOff 5 (82s ago) 8m59s openfga-6b576ddc7f-8nq92 0/1 CrashLoopBackOff 5 (85s ago) 8m59s
Is the Helm Chart well maintained? I also encountered issues in other scenarios/cases. Appreciate any guidance!