From b628d966594504b9e04caabcb25e18ba06c3db6b Mon Sep 17 00:00:00 2001 From: Martin Weise <martin.weise@tuwien.ac.at> Date: Tue, 31 Dec 2024 10:55:43 +0100 Subject: [PATCH] WIP#2 --- helm/dbrepo/templates/gateway-configmap.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 helm/dbrepo/templates/gateway-configmap.yaml diff --git a/helm/dbrepo/templates/gateway-configmap.yaml b/helm/dbrepo/templates/gateway-configmap.yaml new file mode 100644 index 0000000000..5ee59adf0e --- /dev/null +++ b/helm/dbrepo/templates/gateway-configmap.yaml @@ -0,0 +1,9 @@ +{{- if .Values.gatewayservice.enabled }} +--- +apiVersion: v1 +kind: ConfigMap +metadata: + name: gateway-service-config + namespace: {{ include "common.names.namespace" . | quote }} +data: +{{- end }} -- GitLab