chore(k8s-wheatley): Use Helm chart to manage cilium
This commit is contained in:
parent
ea771272e9
commit
6b331ca18f
4 changed files with 47 additions and 7 deletions
|
|
@ -4,7 +4,14 @@ kind: Kustomization
|
|||
namespace: kube-system
|
||||
|
||||
resources:
|
||||
- namespace.yaml
|
||||
- ip-pool.yaml
|
||||
- gateways.yaml
|
||||
- httproute.yaml
|
||||
|
||||
helmCharts:
|
||||
- name: cilium
|
||||
repo: https://helm.cilium.io
|
||||
namespace: kube-system
|
||||
releaseName: cilium
|
||||
version: 1.18.3
|
||||
valuesFile: values.yaml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue