File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
name : skypilot
3
3
description : A Helm chart for deploying SkyPilot API server on Kubernetes
4
4
type : application
5
- version : 0.0.1-pre-06
5
+ version : 0.0.1-pre-07
6
6
appVersion : " 0.0"
7
7
dependencies :
8
8
- name : ingress-nginx
Original file line number Diff line number Diff line change 21
21
{{- with .Values.podSecurityContext }}
22
22
securityContext :
23
23
{{- toYaml . | nindent 8 }}
24
- {{- end }}
24
+ {{- end }}
25
25
runtimeClassName : {{ .Values.runtimeClassName }}
26
26
containers :
27
27
- name : skypilot-api
@@ -118,6 +118,11 @@ spec:
118
118
- name : kube-config
119
119
mountPath : /root/.kube
120
120
{{- end }}
121
+ {{- if .Values.runpodCredentials.enabled }}
122
+ - name : runpod-config
123
+ mountPath : /root/.runpod
124
+ readOnly : true
125
+ {{- end }}
121
126
initContainers :
122
127
{{- if .Values.awsCredentials.enabled }}
123
128
- name : create-aws-credentials
@@ -205,7 +210,7 @@ spec:
205
210
volumeMounts :
206
211
- name : runpod-config
207
212
mountPath : /root/.runpod
208
- {{- end }}
213
+ {{- end }}
209
214
volumes :
210
215
{{- if .Values.storage.enabled }}
211
216
- name : state-volume
You can’t perform that action at this time.
0 commit comments