-
|
I'm add applicate to sync exists k8s run command line :
how can I ignore this resource sync or resolve this fail? this is my ignoreDifferences but not working |
Beta Was this translation helpful? Give feedback.
Answered by
alexmt
Oct 24, 2022
Replies: 1 comment 1 reply
-
|
The spec:
source:
# helm specific config
helm:
skipCrds: true |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
roc26002w
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

The
ignoreDifferencesandRespectIgnoreDifferencesprevent argocd from syncing unchanged resources but it won't help if resource is not permitted in a project (this check is executed first). I think you won't have to use config management tool settings to exclude resources. If you are using helm then you might useskipCrds: true: