-
Notifications
You must be signed in to change notification settings - Fork 11
/
acyl.yml
38 lines (34 loc) · 1.22 KB
/
acyl.yml
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
---
version: 2
target_branches:
- master
application:
chart_path: '.helm/charts/acyl'
chart_vars_repo_path: 'dollarshaveclub/helm-charts@master:releases/kube-uw2-110/acyl/dqa.yml'
image: quay.io/dollarshaveclub/acyl
# local:
# value_overrides:
# - "app.dogstatsd_addr=1.2.3.4:8125"
# - "app.secrets_backend=env"
# - "app.secrets_mapping=ACYL_{{ .ID }}"
# - "app.secrets_from_env=true"
# - "app.k8s_secret_injections="
dependencies:
direct:
- chart_repo_path: 'kubernetes/charts@8bd8912453404fc1bc45cc91de70c54bafb8a7ec:stable/postgresql'
chart_vars_repo_path: 'kubernetes/charts@8bd8912453404fc1bc45cc91de70c54bafb8a7ec:stable/postgresql/values.yaml'
value_overrides:
- "image.tag=9.6"
- "postgresqlPassword=root"
- "postgresqlDatabase=acyl"
- "persistence.enabled=false"
- chart_path: '.helm/charts/consul'
chart_vars_path: './.helm/charts/consul/values.yaml'
notifications:
templates:
success:
title: "🏁 Success"
sections:
- title: "{{ .EnvName }}"
text: "{{ .Repo }} PR #{{ .PullRequest }} {{ .SourceBranch }}\nK8s Namespace: {{ .K8sNamespace }}\nhttps://{{ .EnvName }}-acyl.boogies.io"
style: 'good'