-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathenvironments.yaml.tmpl
More file actions
67 lines (63 loc) · 1.92 KB
/
environments.yaml.tmpl
File metadata and controls
67 lines (63 loc) · 1.92 KB
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
60
61
62
63
64
65
66
67
environments:
default:
values:
- ../etc/base.yaml
- ../etc/production.yaml
- ../etc/production.yaml.gotmpl
- ../etc/secrets.yaml
- ../mods/confluent_kafka.yaml
{{ if not .Values.enable_tls }}
- ../mods/disable_tls.yaml
{{ end }}
{{ if not .Values.enable_logging_monitoring }}
- ../mods/disable_monitoring_logging.yaml
{{ end }}
{{ if .Values.dev_deployment }}
- ../mods/disable_tls.yaml
- ../mods/disable_certmanager.yaml
- ../mods/disable_monitoring_logging.yaml
- ../mods/localdev.yaml
- ../mods/minimal.yaml
- ../mods/minimal_kafka.yaml.gotmpl
- ../mods/fast_deploy.yaml
{{ end }}
{{ if .Values.github_installation_test }}
- ../mods/github_installation_test.yaml
- ../mods/disable_tls.yaml
- ../mods/localdev.yaml
- ../mods/minimal.yaml
- ../mods/minimal_kafka.yaml.gotmpl
- ../mods/fast_deploy.yaml
- ../mods/e2e.yaml
- ../mods/github_installation_test.yaml
{{ end }}
{{ if .Values.e2e_test }}
- ../mods/e2e.yaml
{{ end }}
{{- if .Values.propose_resource_requests_limits }}
- ../mods/resources.yaml
{{- end }}
---
helmDefaults:
atomic: {{ .Values.atomicInstall }}
kubeContext: {{ .Values.kubeContext }}
wait: true
repositories:
- name: radar
url: https://radar-base.github.io/radar-helm-charts
- name: cp-radar
url: https://radar-base.github.io/cp-helm-charts
- name: cloudnative-pg
url: https://cloudnative-pg.github.io/charts
- name: monitoring
url: https://cloudnative-pg.github.io/grafana-dashboards
- name: grafana
url: https://grafana.github.io/helm-charts
- name: kratos
url: https://k8s.ory.sh/helm/charts
- name: hydra
url: https://k8s.ory.sh/helm/charts
- name: strimzi-kafka-operator
url: https://strimzi.io/charts/
- name: strimzi-registry-operator
url: https://lsst-sqre.github.io/charts/