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

     1  apiVersion: v1
     2  kind: ConfigMap
     3  metadata:
     4    name: istio-grafana-custom-resources
     5    namespace: {{ .Release.Namespace }}
     6    labels:
     7      app: istio-grafana
     8      chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
     9      release: {{ .Release.Name }}
    10      heritage: {{ .Release.Service }}
    11      istio: grafana
    12  data:
    13    custom-resources.yaml: |-
    14      {{- include "grafana-default.yaml.tpl" . | indent 4}}
    15    run.sh: |-
    16      {{- include "install-custom-resources.sh.tpl" . | indent 4}}