Skip to content

Commit

Permalink
fix: add toYaml
Browse files Browse the repository at this point in the history
  • Loading branch information
smnbbrv committed Oct 30, 2024
1 parent 9eb3be4 commit 6b37b8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/application/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ name: application
icon: https://avatars3.githubusercontent.com/u/29914027?s=200&v=4
description: Generic application deployment
type: application
version: 1.2.4
version: 1.2.5
2 changes: 1 addition & 1 deletion charts/application/templates/volume-claims.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ metadata:
{{- $labels | nindent 4 }}
spec:
accessModes:
{{- $volume.accessModes | nindent 4 }}
{{- $volume.accessModes | toYaml | nindent 4 }}
resources:
requests:
storage: {{ $volume.size }}
Expand Down

0 comments on commit 6b37b8c

Please sign in to comment.