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 #500 from marquiz/devel/release-0.8

Helm chart: Fix configMap indenting (#496)
This commit is contained in:
Kubernetes Prow Robot 2021-04-01 00:39:22 -07:00 committed by GitHub
commit 75a3a069e2
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 - feature-detection
- node-labels - node-labels
type: application type: application
version: 0.1.0 version: 0.1.1

View file

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