Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions kubernetes/gateway/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,12 @@ spec:
value: "false"
- name: DGC_TRUSTANCHOR_CERTIFICATEALIAS
value: ta
- name: DGC_TRUSTLIST_CRON
value: "{{ .Values.dgc.trustlist.cron }}"
- name: DGC_TRUSTEDCERTIFICATES_ALLOWEDDOMAINS

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

did you try that, I think it would rather be:
value: "{{ join "," .Values.dgc.trustedcertificates.allowedDomains }}"

value: "{{ .Values.dgc.trustedcertificates.allowedDomains }}"
- name: DGC_TRUSTEDCERTIFICATES_DEFAULTDOMAIN
value: "{{ .Values.dgc.trustedcertificates.defaultDomain }}"
image: ghcr.io/worldhealthorganization/ddcc-gateway/ddcc-gateway:1.3.0-3b43b3c
imagePullPolicy: IfNotPresent
name: ddcc-gateway
Expand Down
Loading