cleanup: move chart to charts/
This will allow us to run the CI properly. Change-Id: I813607167ca0568dc06935676409251c2d947ba9
This commit is contained in:
parent
9f353a302f
commit
c4acf10e4e
@ -3,3 +3,4 @@ name: lodgeit
|
|||||||
description: Helm charts for deploying Lodgeit
|
description: Helm charts for deploying Lodgeit
|
||||||
version: 0.0.0
|
version: 0.0.0
|
||||||
appVersion: 0.0.1
|
appVersion: 0.0.1
|
||||||
|
home: https://opendev.org/vexxhost/lodgeit-helm
|
@ -11,7 +11,7 @@ fullnameOverride: ""
|
|||||||
|
|
||||||
dbUri: "sqlite:////tmp/lodgeit.db"
|
dbUri: "sqlite:////tmp/lodgeit.db"
|
||||||
secretKey: "password"
|
secretKey: "password"
|
||||||
#existingSecret:
|
# existingSecret:
|
||||||
|
|
||||||
podSecurityContext: {}
|
podSecurityContext: {}
|
||||||
# fsGroup: 2000
|
# fsGroup: 2000
|
@ -3,7 +3,7 @@
|
|||||||
- role: helm-template
|
- role: helm-template
|
||||||
vars:
|
vars:
|
||||||
helm_release_name: lodgeit
|
helm_release_name: lodgeit
|
||||||
helm_chart: ./chart
|
helm_chart: ./charts/lodgeit
|
||||||
tasks:
|
tasks:
|
||||||
- name: Get the Node Port
|
- name: Get the Node Port
|
||||||
command: >
|
command: >
|
||||||
|
Loading…
Reference in New Issue
Block a user