Skip to content

Conversation

@scottcrossen
Copy link

Some kubernetes executors like ArgoCD will not deploy this chart correctly with the given annotations. I've found that these annotations need to be removed and replaced with:

argocd.argoproj.io/hook: Sync
argocd.argoproj.io/hook-delete-policy: HookFailed

This PR makes it possible to customize the annotations

Some kubernetes executors like argo will not deploy this chart correctly with these annotations. I've found that these annotations need to be removed and replaced with:

```
argocd.argoproj.io/hook: Sync
argocd.argoproj.io/hook-delete-policy: HookFailed
helm.sh/hook: null
helm.sh/hook-delete-policy: null
```
@udnay
Copy link

udnay commented Nov 25, 2021

Can you please add a test to cover this use case?

@pseudomuto
Copy link
Contributor

This was addressed in #250

@pseudomuto pseudomuto closed this Jun 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants