patrikx3/redis-ui

Invalid helm chart

Closed this issue · 1 comments

aca commented

Indent should be fixed. Is this chart still maintained?

 λ helm template -f values.yaml release --namespace namespace .
Error: YAML parse error on p3x-redis-ui/templates/deployment.yaml: error converting YAML to JSON: yaml: line 23: did not find expected key

{{ toYaml .Values.resources | indent 10 }}

volumeMounts:
- name: p3x-redis-ui-settings
mountPath: /settings/.p3xrs-conns.json
subPath: .p3xrs-conns.json
volumes:
- name: p3x-redis-ui-settings
configMap:
name: p3x-redis-ui-settings

yes