diff --git a/manifests/bin/deploy.sh b/manifests/bin/deploy.sh index aba9ce7..d9fedd3 100755 --- a/manifests/bin/deploy.sh +++ b/manifests/bin/deploy.sh @@ -60,7 +60,7 @@ kcreatesec gitea-admin \ --from-literal=username="$GITEA_USERNAME" \ --from-literal=password="$GITEA_PASSWORD" -kubectl run --rm --image "$IMAGEAPP" secrets sleep 60 & &> /dev/null +kubectl run --rm --attach --image "$IMAGEAPP" secrets sleep 60 & &> /dev/null sleep 5 kubectl wait --timeout=5m --for=condition=ready pod secrets kcreatesec gitea \