Skip to content

Commit e8f4b35

Browse files
authored
Use a valid app ID for PCS in e2e test (#665)
Signed-off-by: Mikkel Oscar Lyderik Larsen <[email protected]>
1 parent 5bd77d4 commit e8f4b35

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

e2e/apply/sample.yaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ kind: StackSet
33
metadata:
44
name: e2e-deploy-sample
55
labels:
6-
application: "e2e-deploy-sample"
6+
application: "kubernetes"
7+
component: "e2e-deploy-sample"
78
annotations:
89
"stackset-controller.zalando.org/controller": "{{{CONTROLLER_ID}}}"
910
spec:
@@ -27,8 +28,7 @@ spec:
2728
name: e2e-deploy-sample-{{{CDP_BUILD_VERSION}}}-my-pcs
2829
tokens:
2930
sample-token:
30-
privileges:
31-
- com.zalando::foobar.read
31+
privileges: []
3232
autoscaler:
3333
minReplicas: 2
3434
maxReplicas: 2
@@ -38,9 +38,6 @@ spec:
3838
- type: Ingress
3939
average: 20000m
4040
podTemplate:
41-
metadata:
42-
labels:
43-
application: "e2e-deploy-sample"
4441
spec:
4542
containers:
4643
- name: skipper

0 commit comments

Comments
 (0)