Skip to content

Instantly share code, notes, and snippets.

@NileshGule
Created August 26, 2018 12:02
Show Gist options
  • Save NileshGule/3f1127215955adf7c810212e1a811ff6 to your computer and use it in GitHub Desktop.
Save NileshGule/3f1127215955adf7c810212e1a811ff6 to your computer and use it in GitHub Desktop.
Gist for scaffold with qinikube blog
apiVersion: skaffold/v1alpha2
kind: Config
build:
artifacts:
- imageName: nileshgule/sqlclient
workspace: ../src/TechTalksDB
- imageName: nileshgule/techtalksweb
workspace: ../src/TechTalksWeb
- imageName: nileshgule/techtalksapi
workspace: ../src/TechTalksAPI
deploy:
kubectl:
manifests:
- ../k8s/Minikube/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment