chore(cilium): Move Cilium configuration to kustomize-bases
This commit is contained in:
parent
1420189990
commit
471e15389e
12 changed files with 75 additions and 110 deletions
17
kustomize-bases/cilium/kustomization.yaml
Normal file
17
kustomize-bases/cilium/kustomization.yaml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: kube-system
|
||||
|
||||
resources:
|
||||
- l2-advertisement.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