This is an automated email from the ASF dual-hosted git repository.
squakez pushed a commit to branch release-2.9.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/release-2.9.x by this push:
new 821200cb5 fix(ci): proper deployment env var
821200cb5 is described below
commit 821200cb5387567266b068c8958e59aff9e2d598
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Sat Aug 29 13:22:19 2026 +0200
fix(ci): proper deployment env var
---
.github/workflows/common.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/common.yml b/.github/workflows/common.yml
index 4b776f2a8..7a6a4c9aa 100644
--- a/.github/workflows/common.yml
+++ b/.github/workflows/common.yml
@@ -74,7 +74,7 @@ jobs:
shell: bash
run: |
# add an env var to include testing maven repo
- sed -i '/^ value: "camel\.apache\.org\/app"$/a\
- name: MAVEN_REPOSITORIES_ALLOWED\n value:
"https://maven.repository.redhat.com/ga@id=redhat"' \
+ sed -i '/^ - name: POD_NAME$/i\ - name:
MAVEN_REPOSITORIES_ALLOWED\n value:
"https://maven.repository.redhat.com/ga@id=redhat"' \
./install/base/config/manager/operator-deployment.yaml
kubectl create ns camel-k
make install-k8s-global