File tree Expand file tree Collapse file tree 1 file changed +16
-6
lines changed
charts/k8s-monitoring/tests/integration/auth Expand file tree Collapse file tree 1 file changed +16
-6
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
cluster :
3
3
name : auth-integration-test
4
- prerequisites :
4
+ deployments :
5
5
- name : prometheus
6
6
type : helm
7
7
repo : https://prometheus-community.github.io/helm-charts
8
8
chart : prometheus
9
9
namespace : prometheus
10
- valuesFile : charts/k8s-monitoring/tests/integration/auth/ configs/prometheus.yaml
10
+ valuesFile : configs/prometheus.yaml
11
11
- name : passwords
12
12
type : manifest
13
13
namespace : prometheus
14
- file : charts/k8s-monitoring/tests/integration/auth/ configs/passwords.yaml
14
+ file : configs/passwords.yaml
15
15
- name : nginx-basic-auth
16
16
type : helm
17
17
repo : https://charts.bitnami.com/bitnami
18
18
chart : nginx
19
19
version : 18.2.5
20
20
namespace : prometheus
21
- valuesFile : charts/k8s-monitoring/tests/integration/auth/ configs/nginx-basic-auth.yaml
21
+ valuesFile : configs/nginx-basic-auth.yaml
22
22
- name : nginx-bearer-token
23
23
type : helm
24
24
repo : https://charts.bitnami.com/bitnami
25
25
chart : nginx
26
26
version : 18.2.5
27
27
namespace : prometheus
28
- valuesFile : charts/k8s-monitoring/tests/integration/auth/ configs/nginx-bearer-token.yaml
28
+ valuesFile : configs/nginx-bearer-token.yaml
29
29
30
30
- name : grafana
31
31
type : helm
32
32
repo : https://grafana.github.io/helm-charts
33
33
chart : grafana
34
34
namespace : grafana
35
- valuesFile : charts/k8s-monitoring/tests/integration/auth/configs/grafana.yaml
35
+ valuesFile : configs/grafana.yaml
36
+
37
+ - name : k8smon
38
+ type : helm
39
+ chartPath : charts/k8s-monitoring
40
+ valuesFile : values.yaml
41
+ - name : k8s-monitoring-test
42
+ type : helm
43
+ chartPath : charts/k8s-monitoring-test
44
+ valuesFile : test-values.yaml
45
+ test : true
You can’t perform that action at this time.
0 commit comments