Helm charts for deploying LodgeIt
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- job: |
|
name: lodgeit-helm-functional |
|
parent: apply-helm-charts |
|
run: playbooks/functional/run.yaml |
|
vars: |
|
minikube_dns_resolvers: ['1.1.1.1', '8.8.8.8'] |
|
|
|
- project: |
|
check: |
|
jobs: |
|
- chart-testing-lint |
|
- lodgeit-helm-functional |
|
gate: |
|
jobs: |
|
- chart-testing-lint |
|
- lodgeit-helm-functional
|
|
|