You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

redis-ha-exporter-script-configmap.yaml 313 B

1234567891011
  1. {{- if .Values.exporter.script }}
  2. apiVersion: v1
  3. kind: ConfigMap
  4. metadata:
  5. name: {{ template "redis-ha.fullname" . }}-exporter-script-configmap
  6. namespace: {{ .Release.Namespace }}
  7. labels:
  8. {{ include "labels.standard" . | indent 4 }}
  9. data:
  10. script: {{ toYaml .Values.exporter.script | indent 2 }}
  11. {{- end }}