Skip to content
This repository has been archived by the owner on Jun 19, 2022. It is now read-only.

Commit

Permalink
Update new namespace use instances (after rebase)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandraRoatis committed Dec 4, 2020
1 parent 5ca6262 commit 86df846
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/actor/ns-gen/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ spec:
image: ko://github.com/google/knative-gcp/test/actor/seeder
env:
- name: TARGET
value: http://default-brokercell-ingress.cloud-run-events.svc.cluster.local/{{.namespace}}/testbroker
value: http://default-brokercell-ingress.events-system.svc.cluster.local/{{.namespace}}/testbroker
- name: INTERVAL
value: {{.interval}}
- name: SIZE
Expand Down
4 changes: 2 additions & 2 deletions test/e2e/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ First, you'll have to modify `clusterDefaults` in ConfigMap `config-gcp-auth`.
You can directly edit the ConfigMap by:
```shell
kubectl edit configmap config-gcp-auth -n cloud-run-events
kubectl edit configmap config-gcp-auth -n events-system
```
and replace the `default-auth-config:` part with:
Expand Down Expand Up @@ -276,7 +276,7 @@ prow links on the PR page. Such links are in the format of
If the prow page doesn't provide any useful information, check out the full logs
dump.

- The control plane pods (in `cloud-run-events` namespace) logs dump are at
- The control plane pods (in `events-system` namespace) logs dump are at
`https://console.cloud.google.com/storage/browser/knative-prow/pr-logs/pull/google_knative-gcp/[PR ID]/[TEST NAME]/[TEST ID]/artifacts/controller-logs/`
.
- The data plane pods logs dump are at
Expand Down

0 comments on commit 86df846

Please sign in to comment.