Skip to content

Commit f7fb31e

Browse files
committed
Configure ArgoCD to ignore dynamic webhook and TLS secret changes for AWS Load Balancer Controller
1 parent 189a5fa commit f7fb31e

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

infra/argo-apps/aws-load-balancer.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,27 @@ metadata:
55
namespace: argocd
66
spec:
77
project: infra
8+
ignoreDifferences:
9+
- kind: Secret
10+
name: aws-load-balancer-tls
11+
jsonPointers:
12+
- /data/ca.crt
13+
- /data/tls.crt
14+
- /data/tls.key
15+
- group: admissionregistration.k8s.io
16+
kind: MutatingWebhookConfiguration
17+
name: aws-load-balancer-webhook
18+
jsonPointers:
19+
- /webhooks/0/clientConfig/caBundle
20+
- /webhooks/1/clientConfig/caBundle
21+
- /webhooks/2/clientConfig/caBundle
22+
- group: admissionregistration.k8s.io
23+
kind: ValidatingWebhookConfiguration
24+
name: aws-load-balancer-webhook
25+
jsonPointers:
26+
- /webhooks/0/clientConfig/caBundle
27+
- /webhooks/1/clientConfig/caBundle
28+
- /webhooks/2/clientConfig/caBundle
829
source:
930
chart: aws-load-balancer-controller
1031
helm:

0 commit comments

Comments
 (0)