Skip to content

Commit

Permalink
Remove extra copy of the secret that's causing grief. (#490)
Browse files Browse the repository at this point in the history
Signed-off-by: Ville Aikas <[email protected]>

Signed-off-by: Ville Aikas <[email protected]>
  • Loading branch information
vaikas authored Dec 2, 2022
1 parent b6be37e commit 2b8624f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions hack/setup-scaffolding-from-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,6 @@ kubectl -n tsa-system get secrets tsa-cert-chain -oyaml | sed 's/namespace: .*/n
fi
echo '::endgroup::'

if [ "${INSTALL_TSA}" == "true" ]; then
kubectl -n tsa-system get secrets tsa-cert-chain -oyaml | sed 's/namespace: .*/namespace: tuf-system/' | kubectl apply -f -
fi

# Make sure the tuf jobs complete
echo '::group:: Wait for TUF ready'
kubectl wait --timeout 4m -n tuf-system --for=condition=Complete jobs --all
Expand Down

0 comments on commit 2b8624f

Please sign in to comment.