Skip to content

Commit

Permalink
Add list
Browse files Browse the repository at this point in the history
  • Loading branch information
TawneeOwl committed Oct 21, 2024
1 parent b0bee89 commit 7d85fab
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ If release name contains chart name it will be used as a full name.
{{- end }}

{{- define "laa-access-civil-legal-aid.whitelist" -}}
{{ join "," .Values.ingress.whitelist }}
{{- if .Values.pingdomIPs }},{{.Values.pingdomIPs}}{{- end }}
{{- if .Values.sharedIPRangesLAA}},{{.Values.sharedIPRangesLAA}}{{- end }}
{{ join "," (list .Values.sharedIPRangesLAA .Values.pingdomIPs)}}
{{- end -}}

{{/*
Expand Down

0 comments on commit 7d85fab

Please sign in to comment.