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 b25c950 commit e4056cbCopy full SHA for e4056cb
.github/workflows/e2e/scripts/create-project-namespace.sh
@@ -7,7 +7,7 @@ source $(dirname $0)/entry
7
cd $(dirname $0)/../../../..
8
9
kubectl create namespace e2e-prometheus-federator || true
10
-kubectl label namespace e2e-prometheus-federator field.cattle.io/projectId=p-example --overwrite
+kubectl label namespace e2e-prometheus-federator field.cattle.io/projectId=local:p-example --overwrite
11
sleep "${DEFAULT_SLEEP_TIMEOUT_SECONDS}"
12
if ! kubectl get namespace cattle-project-p-example; then
13
echo "ERROR: Expected cattle-project-p-example namespace to exist after ${DEFAULT_SLEEP_TIMEOUT_SECONDS} seconds, not found"
0 commit comments