We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6ed8c1 commit a63310fCopy full SHA for a63310f
charts/stable/skypilot/Chart.yaml
@@ -3,7 +3,7 @@ name: skypilot
3
description: A Helm chart for deploying SkyPilot API server on Kubernetes
4
icon: "https://raw.githubusercontent.com/skypilot-org/skypilot/master/charts/skypilot/skypilot.svg"
5
type: application
6
-version: 0.0.2-pre-01
+version: 0.0.2-pre-02
7
appVersion: "0.0"
8
dependencies:
9
- name: ingress-nginx
charts/stable/skypilot/templates/api-deployment.yaml
@@ -486,7 +486,7 @@ spec:
486
valueFrom:
487
secretKeyRef:
488
name: {{ .Values.cudoCredentials.cudoSecretName }}
489
- key: api_key
+ key: config
490
volumeMounts:
491
- name: cudo-config
492
mountPath: /root/.config/cudo
0 commit comments