1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2024-12-14 11:57:51 +00:00

Helm chart: Fix configMap indenting (#496)

* Fix configMap indenting

* Update Chart.yaml

* Update nfd-worker-conf.yaml
This commit is contained in:
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs 2021-03-31 09:26:58 +02:00 committed by GitHub
parent 386ccf4c20
commit 33a6425d05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 }}