forked from adfinis/helm-charts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvalues.yaml
39 lines (38 loc) · 1.23 KB
/
values.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
# -- [Barman](https://github.com/EnterpriseDB/barman)
# @default -- [example](./examples/barman.yaml)
barman:
# -- Enable Barman
enabled: true
name: barman
destination:
# -- Namespace
namespace: backup-barman
# -- Repo URL
# @default -- [repo](https://charts.adfinis.com)
repoURL: "https://charts.adfinis.com"
# -- Chart
chart: barman
# -- [Barman Helm chart](https://github.com/adfinis/helm-charts/tree/main/charts/barman)
targetRevision: '0.10.0'
# -- Helm values
# @default -- [upstream values](https://github.com/adfinis/helm-charts/blob/main/charts/barman/values.yaml)
values: {}
# -- [Back8sup](https://github.com/adfinis/back8sup)
# @default -- [example](./examples/back8sup.yaml)
back8sup:
# -- Enable Back8sup
enabled: true
name: back8sup
destination:
# -- Namespace
namespace: backup-back8sup
# -- Repo URL
# @default -- [repo](https://charts.adfinis.com)
repoURL: "https://charts.adfinis.com"
# -- Chart
chart: back8sup
# -- [Back8sup Helm chart](https://github.com/adfinis/helm-charts/tree/main/charts/back8sup)
targetRevision: '0.4.*'
# -- Helm values
# @default -- [upstream values](https://github.com/adfinis/helm-charts/blob/main/charts/back8sup/values.yaml)
values: {}