nodejs/nodejs-hello-world/skaffold.yaml (16 lines of code) (raw):

# To learn more about the skaffold.yaml schema visit # https://skaffold.dev/docs/references/yaml/ apiVersion: skaffold/v2beta19 kind: Config build: tagPolicy: sha256: {} artifacts: - context: . image: nodejs-hello-world deploy: kubectl: manifests: - kubernetes-manifests/** profiles: - name: cloudbuild build: googleCloudBuild: {}