mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-24 16:09:08 +00:00
[common] Fix syntax error (#114)
This commit is contained in:
parent
6b9650f348
commit
c7f15f37a2
@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
name: common
|
name: common
|
||||||
description: Function library for k8s-at-home charts
|
description: Function library for k8s-at-home charts
|
||||||
type: library
|
type: library
|
||||||
version: 1.0.2
|
version: 1.0.3
|
||||||
keywords:
|
keywords:
|
||||||
- k8s-at-home
|
- k8s-at-home
|
||||||
- common
|
- common
|
||||||
|
@ -26,8 +26,8 @@
|
|||||||
volumeMounts:
|
volumeMounts:
|
||||||
{{- range $index, $PVC := .Values.persistence }}
|
{{- range $index, $PVC := .Values.persistence }}
|
||||||
{{- if $PVC.enabled }}
|
{{- if $PVC.enabled }}
|
||||||
- mountPath: {{- $PVC.mountPath }}
|
- mountPath: {{ $PVC.mountPath }}
|
||||||
name: {{- $index }}
|
name: {{ $index }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if .Values.additionalVolumeMounts }}
|
{{- if .Values.additionalVolumeMounts }}
|
||||||
|
Loading…
Reference in New Issue
Block a user