From 0cba353dfdc746b95d6dd765338f04eb6f9775dc Mon Sep 17 00:00:00 2001 From: juan131 Date: Thu, 28 Nov 2019 12:20:35 +0100 Subject: [PATCH] Fix issue when persistence is not enabled --- bitnami/wildfly/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitnami/wildfly/templates/deployment.yaml b/bitnami/wildfly/templates/deployment.yaml index 1fed15c8c..3e747c8c4 100644 --- a/bitnami/wildfly/templates/deployment.yaml +++ b/bitnami/wildfly/templates/deployment.yaml @@ -90,5 +90,5 @@ spec: persistentVolumeClaim: claimName: {{ template "wildfly.fullname" . }} {{- else }} - emptyDir: {} + emptyDir: {} {{- end -}}