Skip to content

Commit 00513f5

Browse files
committed
drop the concept of internal all together
1 parent 0cf51d2 commit 00513f5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cmd/e2e/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ make
4040
4. rebuild e2e test and run e2e tests in `foo` namespace
4141
```
4242
rm -f build/e2e; make build/e2e
43-
CLUSTER_DOMAIN=example.org CLUSTER_NAME=example E2E_NAMESPACE=foo CONTROLLER_ID=foo KUBECONFIG=$HOME/.kube/config ./build/e2e -test.v #-test.run=TestTrafficSwitch
43+
CLUSTER_DOMAIN=stups-test.zalan.do CLUSTER_NAME=example E2E_NAMESPACE=foo CONTROLLER_ID=foo KUBECONFIG=$HOME/.kube/config ./build/e2e -test.v #-test.run=TestTrafficSwitch
4444
```

delivery.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ pipeline:
5555
- name: CONTROLLER_ID
5656
value: "#{CDP_BUILD_VERSION}"
5757
- name: CLUSTER_DOMAIN
58-
value: ingress.cluster.local
58+
value: stups-test.zalan.do
5959
end2end_tests:
6060
metadata:
6161
name: e2e
@@ -72,7 +72,7 @@ pipeline:
7272
- name: "CONTROLLER_ID"
7373
value: "#{CDP_BUILD_VERSION}"
7474
- name: CLUSTER_DOMAIN
75-
value: ingress.cluster.local
75+
value: stups-test.zalan.do
7676
- name: "E2E_NAMESPACE"
7777
valueFrom:
7878
fieldRef:

0 commit comments

Comments
 (0)