redis-commander
Version:
Redis web-based management tool written in node.js
14 lines (13 loc) • 341 B
YAML
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ .Release.Name }}-configmap
data:
{{- if .Values.connections.local_production_json }}
local-production-docker.json: |-
{{- include "redis-commander.localProductionJson" . | indent 4 }}
{{- end }}
{{ with .Values.configMapData }}
{{- toYaml . | nindent 4 }}
{{- end }}