Skip to content

Commit a63310f

Browse files
committed
update required key in cudo config
Signed-off-by: David Young <[email protected]>
1 parent f6ed8c1 commit a63310f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/stable/skypilot/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: skypilot
33
description: A Helm chart for deploying SkyPilot API server on Kubernetes
44
icon: "https://raw.githubusercontent.com/skypilot-org/skypilot/master/charts/skypilot/skypilot.svg"
55
type: application
6-
version: 0.0.2-pre-01
6+
version: 0.0.2-pre-02
77
appVersion: "0.0"
88
dependencies:
99
- name: ingress-nginx

charts/stable/skypilot/templates/api-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ spec:
486486
valueFrom:
487487
secretKeyRef:
488488
name: {{ .Values.cudoCredentials.cudoSecretName }}
489-
key: api_key
489+
key: config
490490
volumeMounts:
491491
- name: cudo-config
492492
mountPath: /root/.config/cudo

0 commit comments

Comments
 (0)