Skip to content

Commit ec01a84

Browse files
add owner details
1 parent 8697507 commit ec01a84

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

OWNERS

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# The OWNERS file is used by prow to automatically merge approved PRs.
2+
3+
approvers:
4+
- anithapriyanatarajan
5+
- pramodbindal
6+
- savitaashture
7+
- vdemeester
8+
9+
reviewers:
10+
- anithapriyanatarajan
11+
- divyansh42
12+
- jkhelil
13+
- jkandasa
14+
- pramodbindal
15+
- savitaashture
16+
- vdemeester
17+
- waveywaves
18+
19+
# Alumni ❤️

hack/setup-observability-dev.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
set -euo pipefail
88

99
# Configuration
10-
: "${KO_DOCKER_REPO:=<quay.io/some-repo>}" # Replace with your own repositorys
10+
: "${KO_DOCKER_REPO:=quay.io/your-repo}" # Replace with your own repository
1111
: "${KIND_CLUSTER_NAME:=tekton-obs}"
1212

1313
wait_for_deploy() {

0 commit comments

Comments
 (0)