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

Add MutatingWebhookConfiguration and ValidatingWebhookConfiguration into ignoreDifferences (Capsule) #44

Closed
Artem-Zahumonnyi opened this issue Feb 14, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@Artem-Zahumonnyi
Copy link
Contributor

Artem-Zahumonnyi commented Feb 14, 2024

  ignoreDifferences:
    - group: admissionregistration.k8s.io
      kind: MutatingWebhookConfiguration
      jqPathExpressions:
      - .webhooks[].clientConfig.caBundle
    - group: admissionregistration.k8s.io
      kind: ValidatingWebhookConfiguration
      jqPathExpressions:
      - .webhooks[].clientConfig.caBundle

image

@Artem-Zahumonnyi Artem-Zahumonnyi changed the title Add MutatingWebhookConfiguration and ValidatingWebhookConfiguration into ignoreDifferences Add MutatingWebhookConfiguration and ValidatingWebhookConfiguration into ignoreDifferences (Capsule) Feb 14, 2024
@Artem-Zahumonnyi Artem-Zahumonnyi added the bug Something isn't working label Feb 14, 2024
epmd-edp pushed a commit that referenced this issue Apr 11, 2024
Add `ignoreDifferences` for `MutatingWebhookConfiguration`
and `ValidatingWebhookConfiguration` in the `capsule` Application
to ignore changes in `webhooks[].clientConfig.caBundle`,
enhancing Argo CD's application reconciliation process.

Jira: EPMDEDP-13548
Related: #44

Change-Id: I8548251fb59d7ee245c964cb31e7cb8fc8fc49ce
@Artem-Zahumonnyi
Copy link
Contributor Author

The changes have been implemented

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
Development

No branches or pull requests

1 participant