summaryrefslogtreecommitdiffstats
path: root/kud/deployment_infra/helm/qat-device-plugin/templates/config.yaml
blob: 24ffaa4a2612d6aa6dfd85b08f5d7180a6689ad0 (plain)
1
2
3
4
5
6
7
8
apiVersion: v1
kind: ConfigMap
metadata:
  name: {{ .Values.config.name }}
  labels:
    {{- include "qat-device-plugin.labels" . | nindent 4 }}
data:
  VERBOSITY: {{ .Values.config.logLevel | quote }}