docs: upgrade skaffold manifest for v2 (#408)

This commit is contained in:
Geoff Bourne
2025-05-02 18:21:12 -05:00
committed by GitHub
parent bc81e03f19
commit 8e34da2235
2 changed files with 39 additions and 4 deletions
+4 -3
View File
@@ -1,4 +1,4 @@
apiVersion: skaffold/v2beta26
apiVersion: skaffold/v4beta13
kind: Config
metadata:
name: mc-router
@@ -8,7 +8,8 @@ build:
# https://skaffold.dev/docs/pipeline-stages/builders/ko/
ko:
main: ./cmd/mc-router/
manifests:
rawYaml:
- docs/k8s-deployment.yaml
deploy:
kubectl:
manifests:
- docs/k8s-deployment.yaml