Skip to content

Commit 6294669

Browse files
committed
Fix typing issue
1 parent a5fe95b commit 6294669

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

personal-cluster/apps/InfraCertManager.pkl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
amends "@ArgoCD/App.pkl"
2+
import "@ArgoCD/Application.pkl"
23

34
name = "infra-cert-manager"
45
namespace = "cert-manager"
56

6-
ignoreDifferences {
7+
ignoreDifferences = new Listing<Application.ComparedToIgnoreDifference> {
78
new {
89
group = "admissionregistration.k8s.io"
910
kind = "MutatingWebhookConfiguration"

personal-cluster/apps/Satisfactory.pkl

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,11 @@ source {
1717
}
1818
}
1919
}
20+
21+
application {
22+
metadata {
23+
annotations {
24+
["argocd.argoproj.io/compare-options"] = "ServerSideDiff=false"
25+
}
26+
}
27+
}

0 commit comments

Comments
 (0)