From 228e1808f1cf3c0a811fe5d7f60174c31a40186c Mon Sep 17 00:00:00 2001 From: Stefan Wiedemann Date: Tue, 12 Mar 2024 14:25:13 +0100 Subject: [PATCH] set iam url --- aws/fiware/dome-wallet/wallet-driving/templates/deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/aws/fiware/dome-wallet/wallet-driving/templates/deployment.yaml b/aws/fiware/dome-wallet/wallet-driving/templates/deployment.yaml index 6ad39536..3c1ebffe 100644 --- a/aws/fiware/dome-wallet/wallet-driving/templates/deployment.yaml +++ b/aws/fiware/dome-wallet/wallet-driving/templates/deployment.yaml @@ -33,6 +33,8 @@ spec: value: {{ .Values.deployment.walletServer.http | quote }} - name: LOGIN_URL value: {{ .Values.deployment.keycloakUrl | quote }} + - name: IAM_URL + value: {{ .Values.deployment.keycloakUrl | quote }} - name: EXECCONT_URI value: "/api/v2/execute-content" - name: VP_URL