Skip to content

Commit 238105c

Browse files
authored
Merge pull request #1565 from marquiz/devel/helm
deployment/helm: don't deploy topology-updater conf unnecessarily
2 parents f3e07ae + 8adb4b3 commit 238105c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

deployment/helm/node-feature-discovery/templates/nfd-topologyupdater-conf.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{{- if .Values.topologyUpdater.enable -}}
12
apiVersion: v1
23
kind: ConfigMap
34
metadata:
@@ -8,3 +9,4 @@ metadata:
89
data:
910
nfd-topology-updater.conf: |-
1011
{{- .Values.topologyUpdater.config | toYaml | nindent 4 }}
12+
{{- end }}

0 commit comments

Comments
 (0)