Skip to content

Commit

Permalink
split out the cilium helmchartproxy
Browse files Browse the repository at this point in the history
  • Loading branch information
AshleyDumaine committed Feb 8, 2024
1 parent 6aaf9c2 commit a13f15a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 23 deletions.
21 changes: 21 additions & 0 deletions templates/addons/cilium-helm.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
apiVersion: addons.cluster.x-k8s.io/v1alpha1
kind: HelmChartProxy
metadata:
name: cilium
spec:
clusterSelector:
matchLabels:
cni: cilium
repoURL: https://helm.cilium.io/
chartName: cilium
options:
waitForJobs: true
wait: true
timeout: 5m
valuesTemplate: |
hubble:
relay:
enabled: true
ui:
enabled: true
---
23 changes: 0 additions & 23 deletions templates/cluster-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,29 +26,6 @@ metadata:
spec:
region: ${LINODE_REGION}
---
apiVersion: addons.cluster.x-k8s.io/v1alpha1
kind: HelmChartProxy
metadata:
name: cilium
spec:
clusterSelector:
matchLabels:
cni: cilium
repoURL: https://helm.cilium.io/
chartName: cilium
options:
waitForJobs: true
wait: true
timeout: 5m
valuesTemplate: |
operator:
replicas: 1
hubble:
relay:
enabled: true
ui:
enabled: true
---
kind: KubeadmControlPlane
apiVersion: controlplane.cluster.x-k8s.io/v1beta1
metadata:
Expand Down

0 comments on commit a13f15a

Please sign in to comment.