-
Notifications
You must be signed in to change notification settings - Fork 13
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] ArgoCD compatibility #187
Comments
Main problem is would be nice to set this values manually (i.e.have possibility to define secret name in values, similar like https://github.com/cryostatio/cryostat-helm/blob/main/charts/cryostat/templates/db_secret.yaml#L1 is handled) |
I filed #188 above as a separate issue to track the feature of supplying all the auto-generated secret values manually - it's a good idea in general. If that ends up being everything required to fix ArgoCD compatibility then great, otherwise I leave this as a separate issue in case more is required after that work is done. |
Linking to a relevant comment from the discussion above: argoproj/argo-cd#5202 (comment) This comment is describing exactly the same thing we do with the same motivation. Other useful-looking links from that discussion:
On the other hand, from that same discussion, ArgoCD is trying to come up with a solution so that Helm charts like ours should be usable (ie let the argoproj/argo-cd#5202 (comment) argoproj/argo-cd#5202 (comment) So there may be some solution on the Argo side as well, even if we don't get around to fully fixing this in our Helm chart first. |
@andrewazores is the helm chart available somewhere so I can pick it up ? Regarding argocd, the issue is been there for like 2/3 years so I do not expect it will land soon. |
No, the only place to test that change would be the PR itself - you'd have to clone the repository and install it manually. |
just getting back to it, I see pr is merged, is it part of theofficial release ? |
It will be, the next time there is a release. |
Current Behavior
As for now, when deploying with ArgoCD make the app desyncronized - see picture.
Expected Behavior
No sync differences
Steps To Reproduce
Just deploy cryostat via argocd
Environment
Anything else?
I suspect this is because of some helm random function used to generate one time password
The text was updated successfully, but these errors were encountered: