Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# The OWNERS file is used by prow to automatically merge approved PRs.

approvers:
- anithapriyanatarajan
- pramodbindal
- savitaashture
- vdemeester

reviewers:
- anithapriyanatarajan
- divyansh42
- jkhelil
- jkandasa
- pramodbindal
- savitaashture
- vdemeester
- waveywaves

# Alumni ❤️
2 changes: 1 addition & 1 deletion hack/setup-observability-dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
set -euo pipefail

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

wait_for_deploy() {
Expand Down
Loading