fix: CI manifest validation offline (--validate=false, no cluster on runner)
This commit is contained in:
@@ -37,7 +37,7 @@ jobs:
|
||||
- name: Validate Kubernetes manifest
|
||||
run: |
|
||||
if command -v kubectl >/dev/null 2>&1; then
|
||||
kubectl apply --dry-run=client -f deploy/havenllo.yaml
|
||||
kubectl apply --dry-run=client --validate=false -f deploy/havenllo.yaml
|
||||
fi
|
||||
build:
|
||||
name: Build and push image
|
||||
|
||||
Reference in New Issue
Block a user