You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deploy/chart/values.yaml
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,15 @@
1
-
# apiToken [Required] - Must be a Linode APIv4 Personal Access Token with all permissions. (https://cloud.linode.com/profile/tokens)
1
+
# apiToken [Required if secretRef is not set] - Must be a Linode APIv4 Personal Access Token with all permissions. (https://cloud.linode.com/profile/tokens)
2
2
apiToken: ""
3
3
4
-
# region [Required] - Must be a Linode region. (https://api.linode.com/v4/regions)
4
+
# region [Required if secretRef is not set] - Must be a Linode region. (https://api.linode.com/v4/regions)
5
5
region: ""
6
6
7
+
# Set these values if your APIToken and region are already present in a k8s secret.
8
+
# secretRef:
9
+
# name: "linode-ccm"
10
+
# apiTokenRef: "apiToken"
11
+
# regionRef: "region"
12
+
7
13
# node-role.kubernetes.io/master - if set true, it deploys the svc on the master node
8
14
nodeSelector:
9
15
# The CCM will only run on a Node labelled as a master, you may want to change this
0 commit comments