aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/common/mariadb-galera/.helmignore
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2019-11-08 17:36:02 +0100
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>2019-11-20 17:10:47 +0100
commit524c878aae090a1975ec3656993580b893b858c7 (patch)
tree725dec97dbd9797d047f11ff32ce85b83f9ae5b5 /kubernetes/common/mariadb-galera/.helmignore
parent5bdb14011023be31471622a92b98493a04da0281 (diff)
Create templates for global storage use
Two helper functions are defined: - common.storageClass: will print the right storage class according to properties set or not: * if no storage class set --> use previous behavior (storage class named `common.fullname-data`. * if a "persistence.storageClassOverride" is set for this specific chart, we use it (if it's "-", we set to default one) * if a "global.persistence.storageClass" has been set (and no storageClassOverride for this chart), we use it (same specificity than storageClassOverride) * if a "persistence.storageClass) has been set (and no storageClassOverride nor global one), we use it (same specificity than storageClassOverride) - common.needPV: will print "True" if we need a PV (no storageClass and storageClassOverride being set). an implementation example with mariadb-galera is provided. Issue-ID: OOM-1500 Change-Id: I20a667e17b00c255c4b828e3c66f9c0df7c8755c Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Diffstat (limited to 'kubernetes/common/mariadb-galera/.helmignore')
-rw-r--r--kubernetes/common/mariadb-galera/.helmignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/kubernetes/common/mariadb-galera/.helmignore b/kubernetes/common/mariadb-galera/.helmignore
index f0c1319444..f3d010c5f7 100644
--- a/kubernetes/common/mariadb-galera/.helmignore
+++ b/kubernetes/common/mariadb-galera/.helmignore
@@ -19,3 +19,6 @@
.project
.idea/
*.tmproj
+
+# Unit tests folder
+tests