mirror of https://git.rancher.io/charts
11 lines
355 B
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 }}
|