We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5fe95b commit 6294669Copy full SHA for 6294669
2 files changed
personal-cluster/apps/InfraCertManager.pkl
@@ -1,9 +1,10 @@
1
amends "@ArgoCD/App.pkl"
2
+import "@ArgoCD/Application.pkl"
3
4
name = "infra-cert-manager"
5
namespace = "cert-manager"
6
-ignoreDifferences {
7
+ignoreDifferences = new Listing<Application.ComparedToIgnoreDifference> {
8
new {
9
group = "admissionregistration.k8s.io"
10
kind = "MutatingWebhookConfiguration"
personal-cluster/apps/Satisfactory.pkl
@@ -17,3 +17,11 @@ source {
17
}
18
19
20
+
21
+application {
22
+ metadata {
23
+ annotations {
24
+ ["argocd.argoproj.io/compare-options"] = "ServerSideDiff=false"
25
+ }
26
27
+}
0 commit comments