Skip to content

Commit

Permalink
fix(bpnDidResolver): adjust config
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil91 committed Apr 22, 2024
1 parent 0ed1e1c commit 7cd62cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/portal/templates/cronjob-backend-processes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -270,9 +270,9 @@ spec:
value: "{{ .Values.backend.processesworker.issuerComponent.encryptionConfigs.index0.cipherMode }}"
- name: "APPLICATIONCHECKLIST__ISSUERCOMPONENT__ENCRYPTIONCONFIGS__0__PADDINGMODE"
value: "{{ .Values.backend.processesworker.issuerComponent.encryptionConfigs.index0.paddingMode }}"
- name: "APPLICATIONCHECKLIST__BPNDIDRESOLVER__BASEADDRESS"
- name: "BPNDIDRESOLVER__BASEADDRESS"
value: "{{ .Values.bpnDidResolverAddress }}"
- name: "APPLICATIONCHECKLIST__BPNDIDRESOLVER__APIKEY"
- name: "BPNDIDRESOLVER__APIKEY"
valueFrom:
secretKeyRef:
name: "{{ .Values.backend.interfaces.secret }}"
Expand Down

0 comments on commit 7cd62cb

Please sign in to comment.