Skip to content

Commit e4056cb

Browse files
committed
Adjust ci to use new webhook project label method
1 parent b25c950 commit e4056cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e/scripts/create-project-namespace.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ source $(dirname $0)/entry
77
cd $(dirname $0)/../../../..
88

99
kubectl create namespace e2e-prometheus-federator || true
10-
kubectl label namespace e2e-prometheus-federator field.cattle.io/projectId=p-example --overwrite
10+
kubectl label namespace e2e-prometheus-federator field.cattle.io/projectId=local:p-example --overwrite
1111
sleep "${DEFAULT_SLEEP_TIMEOUT_SECONDS}"
1212
if ! kubectl get namespace cattle-project-p-example; then
1313
echo "ERROR: Expected cattle-project-p-example namespace to exist after ${DEFAULT_SLEEP_TIMEOUT_SECONDS} seconds, not found"

0 commit comments

Comments
 (0)