From 521e1bae811a7d48f7f62ff5719b65e45e6f4a48 Mon Sep 17 00:00:00 2001 From: Micke Nordin Date: Wed, 3 May 2023 14:30:24 +0200 Subject: [PATCH] Fix syntax error --- .../all/charts/layer0-describo/templates/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rds/base/charts/all/charts/layer0-describo/templates/deployment.yaml b/rds/base/charts/all/charts/layer0-describo/templates/deployment.yaml index 3618f06..91a602b 100644 --- a/rds/base/charts/all/charts/layer0-describo/templates/deployment.yaml +++ b/rds/base/charts/all/charts/layer0-describo/templates/deployment.yaml @@ -50,9 +50,9 @@ spec: subPath: type-definitions.json readOnly: true env: - - name: KALLEANKA_PASSWORD + - name: KALLEANKA_PASSWORD valueFrom: - secretKefRef: + secretKeyRef: name: describo-pg-passwd key: passwd envFrom: