-
Notifications
You must be signed in to change notification settings - Fork 355
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Unable to deploy Temporal using ArgoCD #521
Comments
The hooks are now removed on main (replaced with a single job), that should improve things for you once that is released. The config issue will be unrelated, please can you check the configmap and see what line 30 of the config we generated there looks like? |
Yes,
I think the problem is with this line: claude gave a hint to do it this way: It seems our password contains special characters |
Ok, this is a known issue, this is fixed in the latest helm chart release. |
Closing now, but please open a new issue if you are still having configmap issues with latest release. |
What are you really trying to do?
Describe the bug
Using GCP Postgres as default store and as visibility store.
We are using a chart as a subchart:
Than adding a values to modify the deployment:
Now with such a config, temporal hangs on bringing up for pods:
frontend, history, worker and one more.
After further investigation I found out that a batch job to create index (es-index-setup) is not starting.
Probably wrong weight used:
"helm.sh/hook-weight": "0"
If I add
external: true
the script is triggered but this hinders than initial deployment.
After the elastic is initilazed, frontend pod is starting but very quickly ends with:
Minimal Reproduction
Environment/Versions
The text was updated successfully, but these errors were encountered: