Skip to content

Instantly share code, notes, and snippets.

@mfornasa
Created October 12, 2018 10:08
Show Gist options
  • Save mfornasa/4125f0d4e3565062270083ee44ed5176 to your computer and use it in GitHub Desktop.
Save mfornasa/4125f0d4e3565062270083ee44ed5176 to your computer and use it in GitHub Desktop.
apiVersion: skaffold/v1alpha4
kind: Config
build:
artifacts:
- image: gcr.io/k8s-skaffold/node-example
context: .
sync:
'*.js': .
deploy:
kubectl:
manifests:
- "k8s-pod.yaml"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment