We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8697507 commit ec01a84Copy full SHA for ec01a84
2 files changed
OWNERS
@@ -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
11
+- divyansh42
12
+- jkhelil
13
+- jkandasa
14
15
16
17
+- waveywaves
18
19
+# Alumni ❤️
hack/setup-observability-dev.sh
@@ -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() {
0 commit comments