apiVersion: skaffold/v3alpha1 kind: Config metadata: name: node-skaffold-example build: artifacts: - image: harbor.codemowers.eu/eaas/node-skaffold-example docker: dockerfile: Dockerfile deploy: kubectl: {} manifests: rawYaml: - k8s/staging/application.yaml profiles: - name: dev activation: - command: dev build: artifacts: - image: harbor.codemowers.eu/eaas/node-skaffold-example docker: target: dev sync: manual: - src: '**/*.js' dest: . manifests: rawYaml: - k8s/dev/application.yaml