This commit is contained in:
+2
-3
@@ -119,11 +119,10 @@ kubectl create secret docker-registry regcred \
|
|||||||
--docker-server="$INPUT_REGISTRY" \
|
--docker-server="$INPUT_REGISTRY" \
|
||||||
--docker-username="$INPUT_REGISTRY_USERNAME" \
|
--docker-username="$INPUT_REGISTRY_USERNAME" \
|
||||||
--docker-password="$INPUT_REGISTRY_PASSWORD" \
|
--docker-password="$INPUT_REGISTRY_PASSWORD" \
|
||||||
--insecure-skip-tls-verify \
|
--dry-run=client -o yaml | kubectl apply -f - --validate=false
|
||||||
--dry-run=client -o yaml | kubectl apply -f -
|
|
||||||
|
|
||||||
echo "Deploying to Kubernetes..."
|
echo "Deploying to Kubernetes..."
|
||||||
kubectl apply --insecure-skip-tls-verify -f ./kforge-out/
|
kubectl apply --validate=false -f ./kforge-out/
|
||||||
echo "Deploy complete."
|
echo "Deploy complete."
|
||||||
echo "Cleanup"
|
echo "Cleanup"
|
||||||
rm -f /tmp/kube-ca.crt
|
rm -f /tmp/kube-ca.crt
|
||||||
|
|||||||
Reference in New Issue
Block a user