mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-14 20:56:42 +00:00
Merge pull request #447 from e0ne/master-tpl-fix
Fix NFD master chart template
This commit is contained in:
commit
a7d0439af6
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