cleanup: move chart to charts/

This will allow us to run the CI properly.

Change-Id: I813607167ca0568dc06935676409251c2d947ba9
This commit is contained in:
Mohammed Naser 2020-03-28 21:06:06 -04:00
parent 9f353a302f
commit 0834bea297
9 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
- role: helm-template
vars:
helm_release_name: lodgeit
helm_chart: ./chart
helm_chart: ./charts/lodgeit
tasks:
- name: Get the Node Port
command: >
@ -22,4 +22,4 @@
webpage: ""
return_content: true
register: _paste
failed_when: "'test' not in _paste.content"
failed_when: "'test' not in _paste.content"