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.
|
- {{- if .Values.exporter.script }}
- apiVersion: v1
- kind: ConfigMap
- metadata:
- name: {{ template "redis-ha.fullname" . }}-exporter-script-configmap
- namespace: {{ .Release.Namespace }}
- labels:
- {{ include "labels.standard" . | indent 4 }}
- data:
- script: {{ toYaml .Values.exporter.script | indent 2 }}
- {{- end }}
|