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 ac91bf0 commit f6ed8c1Copy full SHA for f6ed8c1
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.1
+version: 0.0.2-pre-01
7
appVersion: "0.0"
8
dependencies:
9
- name: ingress-nginx
charts/stable/skypilot/templates/api-deployment.yaml
@@ -577,6 +577,10 @@ spec:
577
- name: runpod-config
578
emptyDir: {}
579
{{- end }}
580
+ {{- if .Values.cudoCredentials.enabled }}
581
+ - name: cudo-config
582
+ emptyDir: {}
583
+ {{- end }}
584
{{- if .Values.lambdaCredentials.enabled }}
585
- name: lambda-config
586
0 commit comments