diff --git a/chart/Chart.yaml b/chart/Chart.yaml index eed56e5..d56bb7c 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: badhouseplants-net description: A Helm chart for Kubernetes type: application -version: 0.3.2 +version: 0.3.3 appVersion: "1.16.0" diff --git a/chart/templates/deployment.yaml b/chart/templates/deployment.yaml index 8e3552f..f5ece53 100644 --- a/chart/templates/deployment.yaml +++ b/chart/templates/deployment.yaml @@ -40,7 +40,7 @@ spec: - name: rclone-config mountPath: "/tmp" readOnly: true - - name: {{ .Values.volumes.rclone }} + - name: {{ .Values.volumes.rclone.name }} mountPath: /static readOnly: false resources: