File tree Expand file tree Collapse file tree 5 files changed +20
-20
lines changed
config/testdata/helmchart-valuesfile Expand file tree Collapse file tree 5 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 6363 - name : Run HelmChart values file tests
6464 run : |
6565 kubectl -n source-system apply -f ./config/testdata/helmchart-valuesfile
66- kubectl -n source-system wait helmchart/mariadb --for=condition=ready --timeout=5m
67- kubectl -n source-system wait helmchart/mariadb -git --for=condition=ready --timeout=5m
66+ kubectl -n source-system wait helmchart/podinfo --for=condition=ready --timeout=5m
67+ kubectl -n source-system wait helmchart/podinfo -git --for=condition=ready --timeout=5m
6868 kubectl -n source-system delete -f ./config/testdata/helmchart-valuesfile
6969 - name : Setup Minio
7070 env :
Original file line number Diff line number Diff line change 11apiVersion : source.toolkit.fluxcd.io/v1beta1
22kind : GitRepository
33metadata :
4- name : bitnami-charts
4+ name : podinfo
55spec :
6- interval : 1m
7- url : https://github.com/bitnami/charts
6+ interval : 5m
7+ url : https://github.com/stefanprodan/podinfo
88 ref :
9- branch : master
9+ branch : v5.x
1010 ignore :
1111 /*
12- !/bitnami /
12+ !/charts /
Original file line number Diff line number Diff line change 11apiVersion : source.toolkit.fluxcd.io/v1beta1
22kind : HelmChart
33metadata :
4- name : mariadb -git
4+ name : podinfo -git
55spec :
6- chart : bitnami/mariadb
7- valuesFile : values-production.yaml
6+ interval : 1m
87 sourceRef :
98 kind : GitRepository
10- name : bitnami-charts
11- interval : 1m
9+ name : podinfo
10+ chart : charts/podinfo
11+ valuesFile : values-prod.yaml
Original file line number Diff line number Diff line change 11apiVersion : source.toolkit.fluxcd.io/v1beta1
22kind : HelmChart
33metadata :
4- name : mariadb
4+ name : podinfo
55spec :
6- chart : mariadb
7- valuesFile : values-production.yaml
6+ interval : 1m
87 sourceRef :
98 kind : HelmRepository
10- name : bitnami-charts
11- interval : 1m
9+ name : podinfo
10+ chart : podinfo
11+ valuesFile : values-prod.yaml
Original file line number Diff line number Diff line change 11apiVersion : source.toolkit.fluxcd.io/v1beta1
22kind : HelmRepository
33metadata :
4- name : bitnami-charts
4+ name : podinfo
55spec :
6- interval : 1m
7- url : https://charts.bitnami.com/bitnami
6+ interval : 5m
7+ url : https://stefanprodan.github.io/podinfo
You can’t perform that action at this time.
0 commit comments