From 12d3dc36f2a4a3882752b27afb146758bed63dad Mon Sep 17 00:00:00 2001 From: Mathias Brunkow Moser Date: Fri, 3 Nov 2023 16:21:18 +0100 Subject: [PATCH] chore: fixed linting in values.yaml and template config --- charts/digital-product-pass/templates/secret-backend.yaml | 4 ++-- charts/digital-product-pass/values.yaml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/digital-product-pass/templates/secret-backend.yaml b/charts/digital-product-pass/templates/secret-backend.yaml index 503b4b23c..6ddbe0e2a 100644 --- a/charts/digital-product-pass/templates/secret-backend.yaml +++ b/charts/digital-product-pass/templates/secret-backend.yaml @@ -42,5 +42,5 @@ metadata: namespace: {{ .Values.namespace }} type: Opaque stringData: - xApiKey: {{ .Values.backend.avp.helm.xApiKey }} - participantId: {{ .Values.backend.avp.helm.participantId }} + xApiKey: {{ .Values.backend.edc.xApiKey }} + participantId: {{ .Values.backend.edc.participantId }} diff --git a/charts/digital-product-pass/values.yaml b/charts/digital-product-pass/values.yaml index effe3303c..6d47efbc0 100644 --- a/charts/digital-product-pass/values.yaml +++ b/charts/digital-product-pass/values.yaml @@ -61,15 +61,15 @@ frontend: timeout: 90000 # -- delay from getting status delay: 1000 - # -- keycloak specific configuration for frontend authentication - + # -- irs api timeouts irs: - # -- request timeout delay + # -- request timeout delay requestDelay: 30000 # -- maximum waiting time to get the irs job status maxWaitingTime: 30 + # -- keycloak specific configuration for frontend authentication keycloak: clientId: "" realm: "" @@ -148,7 +148,7 @@ backend: enabled: false bpn: false edc: false - # -- irs configuration + # -- irs configuration irs: enabled: true # -- Enable search for children in the requests endpoint: "https://" # -- IRS endpoint