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 a63310f commit ef1fa4eCopy full SHA for ef1fa4e
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-02
+version: 0.0.2-pre-03
7
appVersion: "0.0"
8
dependencies:
9
- name: ingress-nginx
charts/stable/skypilot/templates/api-deployment.yaml
@@ -474,7 +474,7 @@ spec:
474
if [ -n "$CUDO_CREDENTIALS" ]; then
475
echo "CUDO credentials found in environment variable."
476
mkdir -p /root/.config/cudo/
477
- cat > /root/.config/cudo/cudo.yml <<'EOF'
+ cat > /root/.config/cudo/cudo.yml <<EOF
478
$CUDO_CREDENTIALS
479
EOF
480
else
0 commit comments