From ec01a848bee695f243c65c6eff202f10f7ec2a2c Mon Sep 17 00:00:00 2001 From: Anitha Natarajan Date: Mon, 1 Sep 2025 17:15:28 +0530 Subject: [PATCH] add owner details --- OWNERS | 19 +++++++++++++++++++ hack/setup-observability-dev.sh | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 OWNERS diff --git a/OWNERS b/OWNERS new file mode 100644 index 00000000..e05cc55d --- /dev/null +++ b/OWNERS @@ -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 ❤️ \ No newline at end of file diff --git a/hack/setup-observability-dev.sh b/hack/setup-observability-dev.sh index 580d0592..ef947305 100755 --- a/hack/setup-observability-dev.sh +++ b/hack/setup-observability-dev.sh @@ -7,7 +7,7 @@ set -euo pipefail # Configuration -: "${KO_DOCKER_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() {