Try cilium through helm
This commit is contained in:
17
clusters/talos/cilium/cilium-helm-release.yaml
Normal file
17
clusters/talos/cilium/cilium-helm-release.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
apiVersion: helm.toolkit.fluxcd.io/v2beta2
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
name: cilium
|
||||
namespace: kube-system
|
||||
spec:
|
||||
interval: 5m
|
||||
chart:
|
||||
spec:
|
||||
chart: cilium/cilium
|
||||
version: '1.14.0'
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: cilium
|
||||
namespace: flux-system
|
||||
interval: 15m
|
||||
valuesFile: values.yaml
|
||||
Reference in New Issue
Block a user