1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-05 08:17:04 +00:00

Fix NFD master chart template

Commit 88bd80d415 introduces error
in template due to the bad formatting. This commit fixes it.
This commit is contained in:
Ivan Kolodyazhny 2021-02-23 12:59:49 +02:00
parent accb986418
commit c13af4d235

View file

@ -45,9 +45,9 @@ spec:
resources:
{{- toYaml .Values.master.resources | nindent 12 }}
args:
{ { - if .Values.master.instance | empty | not } }
{{- if .Values.master.instance | empty | not }}
- "--instance={{ .Values.master.instance }}"
{ { - end } }
{{- end }}
## Enable TLS authentication
## The example below assumes having the root certificate named ca.crt stored in
## a ConfigMap named nfd-ca-cert, and, the TLS authentication credentials stored