mirror of
https://github.com/valitydev/helmsdeep.git
synced 2024-11-06 00:45:18 +00:00
18ebb1541f
* Ch values added * initdb-related fixes * no optional * vault fix for k8s 1.21 * policy add * configurable replicas count * typo fix * add new env * fix ingressclass * return correct config * policy refactor * add FRONTURL for realms * refactor papi * add cnp * bump deps * delete useless cnp * new service * comment l7 cnp * add needed cnp * move vhost to ingress * ZK label for cnp * change create time for fixing UpdatePassword * delete ns from cnp * bump * last policy Co-authored-by: i.panteleev <i.panteleev@rbk.money> Co-authored-by: Dmitry Skokov <d.skokov@rbkmoney.com>
13 lines
199 B
YAML
13 lines
199 B
YAML
helmDefaults:
|
|
createNamespace: false
|
|
environments:
|
|
default:
|
|
values:
|
|
- default.values.yaml
|
|
devstand:
|
|
values:
|
|
- devstand.rbk.yaml
|
|
prod:
|
|
values:
|
|
- prod.values.yaml
|