This commit is contained in:
+1
-1
@@ -119,7 +119,7 @@ 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" \
|
||||||
--dry-run=client -o yaml | kubectl apply -f - --insecure-skip-tls-verify
|
--dry-run=client -o yaml | kubectl apply -f - --insecure-skip-tls-verify --validate=false
|
||||||
|
|
||||||
echo "Deploying to Kubernetes..."
|
echo "Deploying to Kubernetes..."
|
||||||
kubectl apply --insecure-skip-tls-verify -f ./kforge-out/
|
kubectl apply --insecure-skip-tls-verify -f ./kforge-out/
|
||||||
|
|||||||
Reference in New Issue
Block a user