Skip to content

Commit ef1fa4e

Browse files
committed
fix interpolation
Signed-off-by: David Young <[email protected]>
1 parent a63310f commit ef1fa4e

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-02
6+
version: 0.0.2-pre-03
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
@@ -474,7 +474,7 @@ spec:
474474
if [ -n "$CUDO_CREDENTIALS" ]; then
475475
echo "CUDO credentials found in environment variable."
476476
mkdir -p /root/.config/cudo/
477-
cat > /root/.config/cudo/cudo.yml <<'EOF'
477+
cat > /root/.config/cudo/cudo.yml <<EOF
478478
$CUDO_CREDENTIALS
479479
EOF
480480
else

0 commit comments

Comments
 (0)