All checks were successful
Build PR in OBS / Build PR in OBS (pull_request_target) Successful in -36s
10 lines
358 B
YAML
10 lines
358 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: {{ include "node-feature-discovery.fullname" . }}-topology-updater-conf
|
|
namespace: {{ include "node-feature-discovery.namespace" . }}
|
|
labels:
|
|
{{- include "node-feature-discovery.labels" . | nindent 4 }}
|
|
data:
|
|
nfd-topology-updater.conf: |-
|
|
{{- .Values.topologyUpdater.config | toYaml | nindent 4 }} |