Guest User

Untitled

a guest
Feb 15th, 2021
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. apiVersion: skaffold/v2alpha3
  2. kind: Config
  3. deploy:
  4. kubectl:
  5. manifests:
  6. - ./infra/k8s/*
  7. build:
  8. local:
  9. push: false
  10. artifacts:
  11. - image: talha1503/auth
  12. context: auth
  13. docker:
  14. dockerfile: Dockerfile
  15. sync:
  16. manual:
  17. - src: 'src/**/*.ts'
  18. dest: .
Advertisement
Add Comment
Please, Sign In to add comment