1
0
Fork 0
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:
Kubernetes Prow Robot 2021-02-24 01:12:50 -08:00 committed by GitHub
commit a7d0439af6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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