Skip to content

Commit

Permalink
fix: getting pod list removed
Browse files Browse the repository at this point in the history
  • Loading branch information
arn-ob committed Dec 4, 2022
1 parent 081d5b9 commit 12fe145
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ echo "DigitalOcean add the cluster kubeconfig"

doctl kubernetes cluster kubeconfig save ${INPUT_DO_CLUSTER_CERTIFICATE}

echo "Kubectl pod list"

kubectl get pods

echo "Kubectl deployment"

kubectl set image deployment/${INPUT_DO_DEPLOYMENT_NAME} ${INPUT_DO_CONTAINER_NAME}=${INPUT_DO_IMAGE_TAG}

0 comments on commit 12fe145

Please sign in to comment.