gpu-jupyter/.staroid/skaffold.yaml

19 lines
334 B
YAML
Raw Normal View History

2020-08-03 22:36:59 +00:00
apiVersion: skaffold/v2beta1
kind: Config
build:
artifacts:
- image: jupyter
context: .
custom:
buildCommand: .staroid/build.sh
deploy:
kubectl:
manifests:
- k8s.yaml
profiles:
- name: minikube
patches:
- op: add
path: /deploy/kubectl/manifests/0
value: minikube.yaml