From fb5752d331cb00eed38a0a49bb124a35bcc99a1e Mon Sep 17 00:00:00 2001 From: Krzysztof Kuzmicki Date: Mon, 24 Jan 2022 14:45:00 +0100 Subject: Add cert manager support to netconf simulator - fix typo Issue-ID: INT-2051 Signed-off-by: Krzysztof Kuzmicki Change-Id: Icddbcd0a7cd2819c882bc6eaf1ad4b328f73f054 --- helm/netconf/templates/configmap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/netconf/templates/configmap.yaml b/helm/netconf/templates/configmap.yaml index 900f43a..70b00b5 100644 --- a/helm/netconf/templates/configmap.yaml +++ b/helm/netconf/templates/configmap.yaml @@ -21,5 +21,5 @@ metadata: labels: {{- include "netconf-server.labels" . | nindent 4 }} data: - {{ tpl (.Files.Glob "resources/set-up-netopeer.sh").AsConfig . | indent 2 }} + {{ tpl (.Files.Glob "resources/set-up-netopeer.sh").AsConfig . | nindent 2 }} {{- end }} \ No newline at end of file -- cgit 1.2.3-korg