From a4ddffab35edfb474dbd9a5376398cb2bf88ea18 Mon Sep 17 00:00:00 2001 From: jmac Date: Sun, 8 Apr 2018 19:28:01 +0000 Subject: Restore pv and pvc in mysql chart This change restores the pv.yaml and pvc.yaml that were previously removed. These are required for the case when the NFS provisioner is disabled. I've added a condition to these files such that they should be disabled if the NFS provisioner is enabled. The two ways of managing entities need to be mutually exclusive. Borislav: Solution for directory creation problem upon first deployment with persistence enabled Borislav: Fixed licenses for mysql Change-Id: I9879b3b6574f8026a28793b9d86d6ef3ec9ce2e9 Signed-off-by: jmac Issue-ID: OOM-889 --- kubernetes/appc/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kubernetes/appc') diff --git a/kubernetes/appc/values.yaml b/kubernetes/appc/values.yaml index ea3239e815..1330bd26e7 100644 --- a/kubernetes/appc/values.yaml +++ b/kubernetes/appc/values.yaml @@ -19,7 +19,7 @@ global: nodePortPrefix: 302 repositorySecret: eyJuZXh1czMub25hcC5vcmc6MTAwMDEiOnsidXNlcm5hbWUiOiJkb2NrZXIiLCJwYXNzd29yZCI6ImRvY2tlciIsImVtYWlsIjoiQCIsImF1dGgiOiJaRzlqYTJWeU9tUnZZMnRsY2c9PSJ9fQ== readinessRepository: oomk8s - readinessImage: readiness-check:1.1.0 + readinessImage: readiness-check:1.1.1 loggingRepository: docker.elastic.co loggingImage: beats/filebeat:5.5.0 persistence: -- cgit 1.2.3-korg