diff options
author | Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com> | 2022-01-24 14:45:00 +0100 |
---|---|---|
committer | Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com> | 2022-01-24 14:45:00 +0100 |
commit | fb5752d331cb00eed38a0a49bb124a35bcc99a1e (patch) | |
tree | 55b786e0d7a0cf25a5a03df1f336816447033f5e | |
parent | a90de0bd08de449a3b988efbdcb66a66973d1e0f (diff) |
Add cert manager support to netconf simulator - fix typo
Issue-ID: INT-2051
Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com>
Change-Id: Icddbcd0a7cd2819c882bc6eaf1ad4b328f73f054
-rw-r--r-- | helm/netconf/templates/configmap.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |