From efd3b8485ece64ea0e43d975f4321a187a635d6f Mon Sep 17 00:00:00 2001 From: Brandon Dunne Date: Mon, 5 Feb 2018 17:59:09 -0500 Subject: [PATCH] Stringify booleans, kubernetes couldn't parse it --- templates/miq-template-ext-db.yaml | 2 +- templates/miq-template.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/miq-template-ext-db.yaml b/templates/miq-template-ext-db.yaml index da482422b..92d4db723 100644 --- a/templates/miq-template-ext-db.yaml +++ b/templates/miq-template-ext-db.yaml @@ -102,7 +102,7 @@ objects: mountPath: "/persistent" env: - name: ALLOW_INSECURE_SESSION - value: true + value: 'true' - name: APPLICATION_ADMIN_PASSWORD valueFrom: secretKeyRef: diff --git a/templates/miq-template.yaml b/templates/miq-template.yaml index a3fad1baf..abcbbef3f 100644 --- a/templates/miq-template.yaml +++ b/templates/miq-template.yaml @@ -370,7 +370,7 @@ objects: mountPath: "/persistent" env: - name: ALLOW_INSECURE_SESSION - value: true + value: 'true' - name: APPLICATION_ADMIN_PASSWORD valueFrom: secretKeyRef: