Skip to content

Commit 67efd21

Browse files
author
Mladen Rusev
committed
correct subst of key
1 parent f7bbaae commit 67efd21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/e2e/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ if ! kubectl get secret venafi-image-pull-secret -n venafi; then
8989
venctl iam service-accounts registry create \
9090
--api-key "${VEN_API_KEY_PULL}" \
9191
--no-prompts \
92-
--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)" \
92+
--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)" \
9393
--name "venafi-kubernetes-agent-e2e-registry-${RANDOM}" \
9494
--scopes enterprise-cert-manager,enterprise-venafi-issuer,enterprise-approver-policy \
9595
| jq '{

0 commit comments

Comments
 (0)