We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2a7e73 commit 6fe94beCopy full SHA for 6fe94be
1 file changed
infrastructure/controllers/argocd/apps/cilium-app.yaml
@@ -41,3 +41,25 @@ spec:
41
name: hubble-ca-cert
42
jsonPointers:
43
- /data
44
+ # Ignore auto-generated Cilium CA certificates to prevent reconciliation loops
45
+ # These secrets contain dynamically generated certs that Cilium manages internally
46
+ - kind: Secret
47
+ name: cilium-ca
48
+ namespace: kube-system
49
+ jsonPointers:
50
+ - /data/ca.crt
51
+ - /data/ca.key
52
53
+ name: hubble-server-certs
54
55
56
57
+ - /data/tls.crt
58
+ - /data/tls.key
59
60
+ name: hubble-relay-client-certs
61
62
63
64
65
0 commit comments