File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -88,9 +88,9 @@ kubectl create ns venafi || true
8888# workload identity service account as it doesn't matter.
8989if ! 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 ' {
You can’t perform that action at this time.
0 commit comments