rancher-charts/charts/rancher-windows-exporter/0.1.100/templates/configmap.yaml

11 lines
355 B
YAML

{{- if .Values.clients }}{{ if .Values.clients.enabled }}
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ template "windowsExporter.name" . }}-scripts
namespace: {{ template "windowsExporter.namespace" . }}
labels: {{ include "windowsExporter.labels" . | nindent 4 }}
data:
{{ (.Files.Glob "scripts/*").AsConfig | indent 2 }}
{{- end }}{{- end }}