Skip to content

Commit

Permalink
add HelmChartProxies for linode-ccm and linode-csi-driver
Browse files Browse the repository at this point in the history
  • Loading branch information
AshleyDumaine committed Feb 14, 2024
1 parent 4f4a534 commit 0952e2d
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
18 changes: 18 additions & 0 deletions templates/addons/linode-blockstorage-csi-driver-helm.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
apiVersion: addons.cluster.x-k8s.io/v1alpha1
kind: HelmChartProxy
metadata:
name: linode-blockstorage-csi-driver
spec:
clusterSelector:
matchLabels:
csi-driver: linode
repoURL: https://linode.github.io/linode-blockstorage-csi-driver/
chartName: linode-blockstorage-csi-driver
namespace: kube-system
options:
waitForJobs: true
wait: true
timeout: 5m
valuesTemplate: |
region: ${LINODE_REGION}
apiToken: ${LINODE_TOKEN}
18 changes: 18 additions & 0 deletions templates/addons/linode-cloud-controller-manager-helm.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
apiVersion: addons.cluster.x-k8s.io/v1alpha1
kind: HelmChartProxy
metadata:
name: linode-cloud-controller-manager
spec:
clusterSelector:
matchLabels:
ccm: linode
repoURL: https://linode.github.io/linode-cloud-controller-manager/
chartName: linode-cloud-controller-manager
namespace: kube-system
options:
waitForJobs: true
wait: true
timeout: 5m
valuesTemplate: |
region: ${LINODE_REGION}
apiToken: ${LINODE_TOKEN}

0 comments on commit 0952e2d

Please sign in to comment.