forked from Praqma/helmsman
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample.yaml
43 lines (36 loc) · 1.11 KB
/
example.yaml
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
## This is a minimal example.
## It will use your current kube context and will deploy Tiller without RBAC service account.
## For the full config spec and options, check https://github.com/tactful-ai/robban/blob/master/docs/desired_state_specification.md
helmRepos:
tactful-ai: s3://tactful.chart.museum/charts
namespaces:
default:
protected: false
# the helm releases that you are interested in managing
# usually these are releases of the same Helm chart, but different versions, different customers, etc.
releases:
- name: alpha
namespace: default
- name: test
namespace: default
- name: demo
namespace: default
- name: beta
namespace: default
# defines all the images managed by the Helm chart
# and the JSON-Path for each image tag in the values file
images:
- name: api
path: "api.image.tag"
- name: bot
path: "bot.image.tag"
- name: worker
path: "worker.image.tag"
- name: flower
path: "flower.image.tag"
- name: notebook
path: "notebook.image.tag"
- name: nlu
path: "nlu.image.tag"
- name: vdash
path: "vdash.image.tag"