ignoreDifferences with DeploymentConfig #5518
-
Hello ArgoCD community, One of our internal clients is syncing a DeploymentConfig, which is a specific OpenShift manifest. So I tried to ignore the diff in the container image, but it looks like ArgoCD cannot work with the DeploymentConfig. I'm applying the following code to the AppProject:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @wouter2397, I think there's a happy little mistake in that configuration, in that the ignoreDifferences:
- group: apps.openshift.io
kind: DeploymentConfig
jsonPointers:
- /spec/template/spec/containers/0/image |
Beta Was this translation helpful? Give feedback.
Hi @wouter2397, I think there's a happy little mistake in that configuration, in that the
group
should be configured without the version specifier. The correct configuration that should work would be: