Skip to content

Commit

Permalink
rely on a k8s secret to be created with these set within provisioned …
Browse files Browse the repository at this point in the history
…clusters
  • Loading branch information
AshleyDumaine committed Feb 14, 2024
1 parent 5c3ac1c commit 3069d83
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions templates/addons/linode-blockstorage-csi-driver-helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ spec:
wait: true
timeout: 5m
valuesTemplate: |
region: ${LINODE_REGION}
apiToken: ${LINODE_TOKEN}
secretRef:
name: "linode-token-region"
apiTokenRef: "apiToken"
regionRef: "region"
csiLinodePlugin:
tag: v0.6.3
6 changes: 4 additions & 2 deletions templates/addons/linode-cloud-controller-manager-helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ spec:
wait: true
timeout: 5m
valuesTemplate: |
region: ${LINODE_REGION}
apiToken: ${LINODE_TOKEN}
secretRef:
name: "linode-token-region"
apiTokenRef: "apiToken"
regionRef: "region"
image:
tag: v0.3.24
pullPolicy: IfNotPresent
Expand Down

0 comments on commit 3069d83

Please sign in to comment.