Enable systemd service helm-serve

When the system is restarted, the helm service is not running,
which results in the failure of the helm command.

Change-Id: I476b7f2e8fc0948d0fb04f51d852080281c265bf
This commit is contained in:
chenlx 2018-06-20 13:36:39 +08:00
parent 71edb4acb3
commit 59eb4ce375

View File

@ -63,6 +63,7 @@
state: restarted
daemon_reload: yes
name: helm-serve
enabled: yes
- name: wait for helm server to be ready
shell: curl -s 127.0.0.1:8879 | grep -q 'Helm Repository'
args: