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

Helm chart: Fix configMap indenting (#496)

* Fix configMap indenting

* Update Chart.yaml

* Update nfd-worker-conf.yaml

(cherry picked from commit 33a6425d05)
This commit is contained in:
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs 2021-03-31 09:26:58 +02:00 committed by Markus Lehtonen
parent 2e69521aa2
commit 678314f39c
2 changed files with 3 additions and 3 deletions

View file

@ -12,4 +12,4 @@ keywords:
- feature-detection
- node-labels
type: application
version: 0.1.0
version: 0.1.1

View file

@ -5,5 +5,5 @@ metadata:
labels:
{{- include "node-feature-discovery.labels" . | nindent 4 }}
data:
nfd-worker.conf: |
{{ .Values.worker.config | indent 4 }}
nfd-worker.conf: |-
{{- .Values.worker.config | nindent 4 }}