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:
parent
2e69521aa2
commit
678314f39c
2 changed files with 3 additions and 3 deletions
|
@ -12,4 +12,4 @@ keywords:
|
|||
- feature-detection
|
||||
- node-labels
|
||||
type: application
|
||||
version: 0.1.0
|
||||
version: 0.1.1
|
||||
|
|
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Reference in a new issue