Skip to content

Commit 70bc899

Browse files
committed
fix minor error
Signed-off-by: David Young <[email protected]>
1 parent cab90d1 commit 70bc899

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-06
6+
version: 0.0.2-pre-07
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
@@ -563,7 +563,7 @@ spec:
563563
- name: OCI_CREDENTIALS_KEY
564564
valueFrom:
565565
secretKeyRef:
566-
name: {{ .Values.ociCredentials.cudoSecretName }}
566+
name: {{ .Values.ociCredentials.ociSecretName }}
567567
key: key
568568
volumeMounts:
569569
- name: oci-config

0 commit comments

Comments
 (0)