-
Notifications
You must be signed in to change notification settings - Fork 5
/
skaffold.yaml.template
59 lines (59 loc) · 2.19 KB
/
skaffold.yaml.template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
## Be sure to add the helm repos
## helm repo add datarepo-helm https://broadinstitute.github.io/datarepo-helm && helm repo update
apiVersion: skaffold/v2beta26
kind: Config
build:
tagPolicy:
gitCommit:
variant: AbbrevCommitSha
artifacts:
- image: gcr.io/broad-jade-dev/jade-data-repo
jib:
args:
- jib
type: gradle
deploy:
helm:
flags:
upgrade:
- --install
- --debug
releases:
# create secrets
- name: TEMP-jade-create-secret-manager-secret
remoteChart: datarepo-helm/create-secret-manager-secret
namespace: TEMP
valuesFiles:
- https://raw.githubusercontent.com/broadinstitute/datarepo-helm-definitions/master/dev/TEMP/create-secret-manager-secret.yaml
# gcp sqlproxy
- name: TEMP-jade-gcloud-sqlproxy
remoteChart: datarepo-helm/gcloud-sqlproxy
namespace: TEMP
valuesFiles:
- https://raw.githubusercontent.com/broadinstitute/datarepo-helm-definitions/master/dev/TEMP/gcloud-sqlproxy.yaml
# datarepo-api
- name: TEMP-jade-datarepo-api
# Note: To test with a local chart, use the following config:
# chartPath: <path to the datarepo-helm directory>/charts/datarepo-api
# instead of the remoteChart specified below
remoteChart: datarepo-helm/datarepo-api
# Note: this value now defaults to false for remote charts so it needs to be explicitly added and
# set to true if other charts are being updated
upgradeOnChange: true
namespace: TEMP
artifactOverrides:
imageName: gcr.io/broad-jade-dev/jade-data-repo
valuesFiles:
- https://raw.githubusercontent.com/broadinstitute/datarepo-helm-definitions/master/dev/TEMP/datarepo-api.yaml
# datarepo-ui
- name: TEMP-jade-datarepo-ui
remoteChart: datarepo-helm/datarepo-ui
namespace: TEMP
valuesFiles:
- https://raw.githubusercontent.com/broadinstitute/datarepo-helm-definitions/master/dev/TEMP/datarepo-ui.yaml
# oidc-proxy
- name: TEMP-jade-oidc-proxy
remoteChart: datarepo-helm/oidc-proxy
namespace: TEMP
valuesFiles:
- https://raw.githubusercontent.com/broadinstitute/datarepo-helm-definitions/master/dev/TEMP/oidc-proxy.yaml