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