cilium chart regens these!
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
045c094c15
commit
59fdba8af3
1 changed files with 19 additions and 0 deletions
|
@ -4,6 +4,25 @@ metadata:
|
||||||
name: cilium
|
name: cilium
|
||||||
namespace: argocd
|
namespace: argocd
|
||||||
spec:
|
spec:
|
||||||
|
ignoreDifferences:
|
||||||
|
- kind: Secret
|
||||||
|
namespace: kube-system
|
||||||
|
name: hubble-server-certs
|
||||||
|
jsonPointers:
|
||||||
|
- /data
|
||||||
|
- kind: Secret
|
||||||
|
namespace: kube-system
|
||||||
|
name: hubble-relay-client-certs
|
||||||
|
jsonPointers:
|
||||||
|
- /data
|
||||||
|
- kind: Secret
|
||||||
|
namespace: kube-system
|
||||||
|
name: cilium-ca
|
||||||
|
jsonPointers:
|
||||||
|
- /data
|
||||||
|
syncPolicy:
|
||||||
|
syncOptions:
|
||||||
|
- RespectIgnoreDifferences=true
|
||||||
destination:
|
destination:
|
||||||
namespace: kube-system
|
namespace: kube-system
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
|
|
Loading…
Add table
Reference in a new issue