helm(feat): remove space from example condition list

This commit is contained in:
Justin Scott 2017-02-12 12:44:16 -08:00
parent 17c6ae61da
commit 8094acba74

View file

@ -234,7 +234,7 @@ dependencies:
- name: subchart2
repository: http://localhost:10191
version: 0.1.0
condition: subchart2.enabled, global.subchart2.enabled
condition: subchart2.enabled,global.subchart2.enabled
tags:
- back-end
- subchart1