Skip to content

Commit 57a275a

Browse files
author
Mladen Rusev
committed
try to fix OCI error
1 parent feb7506 commit 57a275a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hack/e2e/test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@ kubectl create ns venafi || true
8888
# workload identity service account as it doesn't matter.
8989
if ! kubectl get secret venafi-image-pull-secret -n venafi; then
9090
venctl iam service-accounts registry create \
91-
--api-key "${VEN_API_KEY_PULL}" \
91+
--api-key $VEN_API_KEY_PULL \
9292
--no-prompts \
93-
--owning-team "$(curl --fail-with-body -sS "https://${VEN_API_HOST}/v1/teams" -H "tppl-api-key: $VEN_API_KEY_PULL" | jq '.teams[0].id' -r)" \
93+
--owning-team "$(curl --fail-with-body -sS "https://${VEN_API_HOST}/v1/teams" -H "tppl-api-key: ${VEN_API_KEY_PULL}" | jq '.teams[0].id' -r)" \
9494
--name "venafi-kubernetes-agent-e2e-registry-${RANDOM}" \
9595
--scopes enterprise-cert-manager,enterprise-venafi-issuer,enterprise-approver-policy \
9696
| jq '{

0 commit comments

Comments
 (0)