Files
opendesk/helmfile/apps/services/values-istio-gateway.gotmpl
2023-07-20 10:25:23 +02:00

14 lines
335 B
Go Template

{{/*
SPDX-FileCopyrightText: 2023 Bundesministerium des Innern und für Heimat, PG ZenDiS "Projektgruppe für Aufbau ZenDiS"
SPDX-License-Identifier: Apache-2.0
*/}}
---
global:
domain: "{{ .Values.istio.domain }}"
hosts:
{{ .Values.global.hosts | toYaml | nindent 4 }}
tls:
secretName: "{{ .Values.istio.domain }}-tls"
...