From ee64666b99bf3d9c1c347763dafc5038a3b654c8 Mon Sep 17 00:00:00 2001 From: Hoan To Date: Tue, 29 Nov 2022 14:39:30 +0100 Subject: [PATCH] small fix --- templates/secret_postgres_keycloak.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/secret_postgres_keycloak.yaml b/templates/secret_postgres_keycloak.yaml index 29f7bdf..d959cd5 100644 --- a/templates/secret_postgres_keycloak.yaml +++ b/templates/secret_postgres_keycloak.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -data: +stringData: password: {{ .Values.postgres_keycloak_password }} username: keycloakadmin kind: Secret