locate skaffold file
This commit is contained in:
@@ -9,10 +9,10 @@ build:
|
||||
deploy:
|
||||
kubectl:
|
||||
manifests:
|
||||
- k8s.yaml
|
||||
- .staroid/k8s.yaml
|
||||
profiles:
|
||||
- name: minikube
|
||||
patches:
|
||||
- op: add
|
||||
path: /deploy/kubectl/manifests/0
|
||||
value: minikube.yaml
|
||||
value: .staroid/minikube.yaml
|
||||
|
@@ -3,7 +3,8 @@ apiVersion: beta/v1
|
||||
starRank:
|
||||
rate: 1.0 # set community rate here. https://staroid.com/site/starrank
|
||||
build:
|
||||
skaffold: {}
|
||||
skaffold:
|
||||
file: .staroid/skaffold.yaml
|
||||
ingress:
|
||||
- serviceName: jupyter
|
||||
port: 8888
|
||||
|
Reference in New Issue
Block a user