Skip to content

Commit

Permalink
chore: fixed linting in values.yaml and template config
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathias Brunkow Moser committed Nov 3, 2023
1 parent 17447c0 commit 12d3dc3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions charts/digital-product-pass/templates/secret-backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
8 changes: 4 additions & 4 deletions charts/digital-product-pass/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down Expand Up @@ -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-server-url>" # -- IRS endpoint
Expand Down

0 comments on commit 12d3dc3

Please sign in to comment.