Skip to content

Commit

Permalink
Fix the indentation error
Browse files Browse the repository at this point in the history
  • Loading branch information
aazon committed May 6, 2024
1 parent 80604a4 commit a2da9bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/vllm-otc/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.3.0
version: 0.3.1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
4 changes: 2 additions & 2 deletions charts/vllm-otc/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ spec:
limits:
"nvidia.com/gpu": "{{ .Values.gpus }}"
livenessProbe:
{{ toYaml .Values.livenessProbe | indent 10 }}
{{ toYaml .Values.livenessProbe | indent 12 }}
startupProbe:
{{ toYaml .Values.startupProbe | indent 10 }}
{{ toYaml .Values.startupProbe | indent 12 }}
volumeMounts:
- name: huggingface-cache
mountPath: /models
Expand Down

0 comments on commit a2da9bc

Please sign in to comment.