-
Notifications
You must be signed in to change notification settings - Fork 61
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
Installing the helm chart with argocd results in RepeatedResourceWarning #764
Comments
@gigi206 besides the error message what happens to the connaisseur resources? does anything spin up? do you see any errors? |
This issue is most likely due to If you can change the helm chart, since there's not way to configure it yet on the original one, just change the hooks for Keep in mind that the "duplicated" resource is necessary according to the ADR-5, in which the hook is in a "disarmed" state after removing resources, meaning that it doesn't have to admit himself. The webhook is then "rearmed" after the helm update. |
It works very well but has this message in ArgoCD and I would to know if this is a problem with the chart ;) |
@williamokano-dh is there any change from Connaisseur-side required to improve rollout with ArgoCD? |
Hi @xopham , technically ArgoCD should convert the helm hooks into ArgoCD hooks but they mention on their page that they don't support I saw somewhere in the docs that there's a flag for Azure Container Registry, since it has different behaviour, but I couldn't find this flag on the I suppose that adding a flag to the I hardcoded the argo hooks on a copy of the charts and I'm using on my staging environment for a few time and it's working just fine. Just for the sake of the example, I updated it to use the flag from the https://github.com/williamokano-dh/connaisseur/blob/williamokano-dh-patch-1/helm/values.yaml#L4 What do you think? Would be ok to do this? |
Describe the bug
To reproduce:
kubectl apply -f
)The text was updated successfully, but these errors were encountered: