Skip to content

Commit

Permalink
Use a valid app ID for PCS in e2e test
Browse files Browse the repository at this point in the history
Signed-off-by: Mikkel Oscar Lyderik Larsen <mikkel.larsen@zalando.de>
  • Loading branch information
mikkeloscar committed Dec 11, 2024
1 parent 5bd77d4 commit 1e86234
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions e2e/apply/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ kind: StackSet
metadata:
name: e2e-deploy-sample
labels:
application: "e2e-deploy-sample"
application: "kubernetes"
component: "e2e-deploy-sample"
annotations:
"stackset-controller.zalando.org/controller": "{{{CONTROLLER_ID}}}"
spec:
Expand All @@ -27,8 +28,7 @@ spec:
name: e2e-deploy-sample-{{{CDP_BUILD_VERSION}}}-my-pcs
tokens:
sample-token:
privileges:
- com.zalando::foobar.read
privileges: []
autoscaler:
minReplicas: 2
maxReplicas: 2
Expand All @@ -38,9 +38,6 @@ spec:
- type: Ingress
average: 20000m
podTemplate:
metadata:
labels:
application: "e2e-deploy-sample"
spec:
containers:
- name: skipper
Expand Down

0 comments on commit 1e86234

Please sign in to comment.