File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,27 @@ metadata:
5
5
namespace : argocd
6
6
spec :
7
7
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
8
29
source :
9
30
chart : aws-load-balancer-controller
10
31
helm :
You can’t perform that action at this time.
0 commit comments