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:
parent
accb986418
commit
c13af4d235
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue