From 32617e9f6490cbb25bc911d10e9ce7463fd22579 Mon Sep 17 00:00:00 2001 From: konsthol Date: Mon, 2 Jun 2025 15:39:38 +0300 Subject: [PATCH] Update example-app-helm-chart/example-app/templates/deployment.yaml --- example-app-helm-chart/example-app/templates/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example-app-helm-chart/example-app/templates/deployment.yaml b/example-app-helm-chart/example-app/templates/deployment.yaml index 7661b08..48f8326 100644 --- a/example-app-helm-chart/example-app/templates/deployment.yaml +++ b/example-app-helm-chart/example-app/templates/deployment.yaml @@ -49,10 +49,10 @@ spec: - name: QUARKUS_DATASOURCE_USERNAME valueFrom: secretKeyRef: - name: auth-api + name: "auth-api-{{ .Values.global.environment }}" key: QuarkusDB_Username - name: QUARKUS_DATASOURCE_PASSWORD valueFrom: secretKeyRef: - name: auth-api + name: "auth-api-{{ .Values.global.environment }}" key: QuarkusDB_Password \ No newline at end of file