phase cv 0
This commit is contained in:
@@ -4,6 +4,10 @@
|
||||
|
||||
allow_k8s_contexts('kind-mpr')
|
||||
|
||||
# Create namespace first — kustomize includes it but Tilt may apply
|
||||
# all resources in parallel, causing "namespace not found" races
|
||||
local('kubectl create namespace mpr --dry-run=client -o yaml | kubectl apply -f -')
|
||||
|
||||
# Apply k8s manifests via kustomize (dev overlay)
|
||||
k8s_yaml(kustomize('k8s/overlays/dev'))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user