You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
replicaCount: 1datastore:
engine: postgresuriSecret: pg-uriserviceAccount: # Requires existing before the migrations jobannotations:
argocd.argoproj.io/hook: PreSyncargocd.argoproj.io/sync-wave: "-2"migrate:
annotations:
argocd.argoproj.io/hook: PreSyncargocd.argoproj.io/sync-wave: "-1"
For reference I'm using CNPG (postgres 14.11) as postgres operator and external-secrets-operator to create a shared secret for the pg username, password and uri.
This helps me only partly. The migration jobs seems to be running to completion but the pod will not start cause it does not notice that the migration job is complete.
There is an issue with OpenFGA helm chart when it's used with ArgoCD.
Migrate job doesn't show up on ArgoCD and is not created by ArgoCD.
This is due to the default
helm hooks
in place in the migrate job defined in the default values.yaml of this helm charts:https://github.com/openfga/helm-charts/blob/main/charts/openfga/values.yaml#L269-L271
The current workaround is to disable them like this in one of your child charts:
Could we remove them ?
The text was updated successfully, but these errors were encountered: