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 cab90d1 commit 70bc899Copy full SHA for 70bc899
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-06
+version: 0.0.2-pre-07
7
appVersion: "0.0"
8
dependencies:
9
- name: ingress-nginx
charts/stable/skypilot/templates/api-deployment.yaml
@@ -563,7 +563,7 @@ spec:
563
- name: OCI_CREDENTIALS_KEY
564
valueFrom:
565
secretKeyRef:
566
- name: {{ .Values.ociCredentials.cudoSecretName }}
+ name: {{ .Values.ociCredentials.ociSecretName }}
567
key: key
568
volumeMounts:
569
- name: oci-config
0 commit comments