From f19c604761f822c4b5fa297b440aaa5800f066af Mon Sep 17 00:00:00 2001 From: konsthol Date: Mon, 2 Jun 2025 16:52:21 +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 53a6c73..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: "{{ .Values.app.infisical }}" + name: "auth-api-{{ .Values.global.environment }}" key: QuarkusDB_Username - name: QUARKUS_DATASOURCE_PASSWORD valueFrom: secretKeyRef: - name: "{{ .Values.app.infisical }}" + name: "auth-api-{{ .Values.global.environment }}" key: QuarkusDB_Password \ No newline at end of file