Files
charts/bitnami/thanos/templates/querier/sd-configmap.yaml
Juan Ariza Toledano e58eff5ba6 Add new chart: Thanos (#1893)
* Add new chart: Thanos

Signed-off-by: juan131 <juan@bitnami.com>
2020-02-12 17:03:19 +01:00

12 lines
401 B
YAML

{{- if (include "thanos.querier.createSDConfigmap" .) }}
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ include "thanos.fullname" . }}-querier-sd-configmap
labels: {{- include "thanos.labels" . | nindent 4 }}
app.kubernetes.io/component: querier
data:
servicediscovery.yml: |-
{{- include "thanos.tplValue" (dict "value" .Values.querier.sdConfig "context" $) | nindent 4 }}
{{ end }}