Fix storage issues (#102)

* setting enabled to true is a requirement

* setting empty-dir to false on all might be wise

* increase minor version numbers

* remove redundant empty dir setting

* Comment out appVolumeMounts from default values.yaml file

* use empty dirs for all test_values (and nothing more)

* Small typo fixes
This commit is contained in:
Kjeld Schouten-Lebbing
2021-02-11 21:05:16 +01:00
committed by kjeld Schouten-Lebbing
parent 7bca7fc02a
commit a04941c48a
335 changed files with 1000 additions and 306 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ apiVersion: v2
name: common
description: Function library for TrueCharts
type: library
version: 0.12.1
version: 0.12.2
# upstream_version: 2.4.0
keywords:
- truecharts
@@ -35,7 +35,7 @@ Define hostPath for appVolumes
{{- range $name, $av := .Values.appVolumeMounts -}}
{{- if $av.enabled }}
- name: {{ $name }}
{{- if or $av.emptyDir $.Values.emptyDirVolumes }}
{{- if $av.emptyDir }}
emptyDir: {}
{{- else }}
hostPath: