mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-15 04:57:56 +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:
|
resources:
|
||||||
{{- toYaml .Values.master.resources | nindent 12 }}
|
{{- toYaml .Values.master.resources | nindent 12 }}
|
||||||
args:
|
args:
|
||||||
{ { - if .Values.master.instance | empty | not } }
|
{{- if .Values.master.instance | empty | not }}
|
||||||
- "--instance={{ .Values.master.instance }}"
|
- "--instance={{ .Values.master.instance }}"
|
||||||
{ { - end } }
|
{{- end }}
|
||||||
## Enable TLS authentication
|
## Enable TLS authentication
|
||||||
## The example below assumes having the root certificate named ca.crt stored in
|
## 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
|
## a ConfigMap named nfd-ca-cert, and, the TLS authentication credentials stored
|
||||||
|
|
Loading…
Add table
Reference in a new issue