Skip to content
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

Ignoring mutation webhook changes with argocd #3674

Open
FouedD opened this issue Oct 30, 2024 · 0 comments
Open

Ignoring mutation webhook changes with argocd #3674

FouedD opened this issue Oct 30, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@FouedD
Copy link

FouedD commented Oct 30, 2024

Hi. I am using an assign/mutation webhook to mutate image tags to digests. I am using argocd to deploy on my GKE cluster. To solve the out of Sync issue with argocd, I ignored the changes made to my image. The problem with doing this is that when the tag or the image are modified in the Git repository, argocd does not detect the change and does not deploy the new image/tag.
I know we can add this field "managedFieldsManagers:" in argocd where we specify the manager and thus only ignore mutations/changes made by a specific manager, however the one I found for gatekeeper did not resolve the issue.
I am wondering if we can customize the manager name for the mutation webhhook with gatekeeper ?

@FouedD FouedD added the bug Something isn't working label Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant