github.com/replicatedcom/ship@v0.50.0/integration/init/istio-1.0.3/expected/.ship/upstream/charts/grafana/templates/configmap-dashboards.yaml (about)

     1  ---
     2  apiVersion: v1
     3  kind: ConfigMap
     4  metadata:
     5    name: istio-grafana-configuration-dashboards
     6    namespace: {{ .Release.Namespace }}
     7    labels:
     8      app: istio-grafana
     9      chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
    10      release: {{ .Release.Name }}
    11      heritage: {{ .Release.Service }}
    12      istio: grafana
    13  
    14  data:
    15    {{- $files := .Files }}
    16    {{ range $path, $bytes := .Files.Glob "dashboards/*.json" }}
    17    {{ base $path }}: '{{ $files.Get $path }}'
    18    {{ end }}