Skip to content

Commit 35d532b

Browse files
authored
Merge branch 'main' into versions-tasks-3.8.0
2 parents 9325d7a + d8e3552 commit 35d532b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

tests/integration/minimal-with-team.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,12 @@ teamConfig:
9797
path: chart/hello-world
9898
revision: HEAD
9999
files:
100-
env/teams/demo/workloadsValues/nodejs-helloworld.yaml: |
100+
env/teams/demo/workloadValues/nodejs-helloworld.yaml: |
101101
values: |
102102
image:
103103
repository: otomi/nodejs-helloworld
104104
tag: v1.2.13
105-
env/teams/demo/workloadsValues/nginx-deployment.yaml: |
105+
env/teams/demo/workloadValues/nginx-deployment.yaml: |
106106
values: |
107107
fullnameOverride: nginx-deployment
108108
image:
@@ -119,7 +119,7 @@ files:
119119
autoscaling:
120120
minReplicas: 2
121121
maxReplicas: 10
122-
env/teams/demo/workloadsValues/nginx-ksvc.yaml: |
122+
env/teams/demo/workloadValues/nginx-ksvc.yaml: |
123123
values: |
124124
fullnameOverride: nginx-ksvc
125125
image:
@@ -140,10 +140,10 @@ files:
140140
autoscaling:
141141
minReplicas: 0
142142
maxReplicas: 10
143-
env/teams/demo/workloadsValues/httpbin.yaml: |
143+
env/teams/demo/workloadValues/httpbin.yaml: |
144144
values: |
145145
{}
146-
env/teams/admin/workloadsValues/nodejs-helloworld.yaml: |
146+
env/teams/admin/workloadValues/nodejs-helloworld.yaml: |
147147
values: |
148148
image:
149149
repository: otomi/nodejs-helloworld

tests/integration/monitoring-with-team.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ teamConfig:
7575
workloads: []
7676

7777
files:
78-
env/teams/demo/workloadsValues/petclinic.yaml: |
78+
env/teams/demo/workloadValues/petclinic.yaml: |
7979
values: |
8080
image:
8181
repository: springcommunity/spring-framework-petclinic

0 commit comments

Comments
 (0)