Skip to content
Snippets Groups Projects
Verified Commit 4dc2bdb5 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Improve deploy script

parent da08b0ac
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
IMAGE=k8r.eu/justjanne/custom-errors
TAGS=$(git describe --always --tags HEAD)
DEPLOYMENT=custom-errors
POD=custom-errors
DEPLOYMENT=default-http-backend
POD=default-http-backend
NAMESPACE=ingress
kubectl -n $NAMESPACE set image deployment/$DEPLOYMENT $POD=$IMAGE:$TAGS
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment