Skip to content

Commit

Permalink
fix: ignore differences in crd webhook caBundle
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-ni committed Sep 11, 2023
1 parent ebd142c commit 97a622c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions apps/argocd.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,13 @@ def objects():
]
}
),
"resource.customizations.ignoreDifferences.apiextensions.k8s.io_CustomResourceDefinition": json.dumps(
{
"jqPathExpressions": [
".spec.conversion.webhook.clientConfig.caBundle",
]
}
),
},
"params": {
"server.insecure": True,
Expand Down

0 comments on commit 97a622c

Please sign in to comment.