We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bd77d4 commit e8f4b35Copy full SHA for e8f4b35
e2e/apply/sample.yaml
@@ -3,7 +3,8 @@ kind: StackSet
3
metadata:
4
name: e2e-deploy-sample
5
labels:
6
- application: "e2e-deploy-sample"
+ application: "kubernetes"
7
+ component: "e2e-deploy-sample"
8
annotations:
9
"stackset-controller.zalando.org/controller": "{{{CONTROLLER_ID}}}"
10
spec:
@@ -27,8 +28,7 @@ spec:
27
28
name: e2e-deploy-sample-{{{CDP_BUILD_VERSION}}}-my-pcs
29
tokens:
30
sample-token:
- privileges:
31
- - com.zalando::foobar.read
+ privileges: []
32
autoscaler:
33
minReplicas: 2
34
maxReplicas: 2
@@ -38,9 +38,6 @@ spec:
38
- type: Ingress
39
average: 20000m
40
podTemplate:
41
- metadata:
42
- labels:
43
44
45
containers:
46
- name: skipper
0 commit comments