From e6526c33739179829d7e4eb6f399b5f536e9ed6fd654c3e2101967247cd35482 Mon Sep 17 00:00:00 2001 From: jeekkaaaa Date: Wed, 14 May 2025 07:48:59 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20k8s.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- k8s.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s.yaml b/k8s.yaml index f82daf4..fc18c9c 100644 --- a/k8s.yaml +++ b/k8s.yaml @@ -31,7 +31,7 @@ until: clone_result is succeeded - name: Validate Kubernetes manifests - command: "kubectl apply --dry-run=client -f {{ repo_dest }}/{{ item }}" + command: "kubectl apply --dry-run=client --validate=false -f {{ repo_dest }}/{{ item }}" with_items: - ngpod.yaml - ngserv.yaml