install db-operator
issue: https://git.badhouseplants.net/badhouseplants/k8s-cluster-config/issues/86
This commit is contained in:
parent
bb2211fc15
commit
20e12ee4ba
@ -72,6 +72,11 @@ releases:
|
|||||||
namespace: database-service
|
namespace: database-service
|
||||||
createNamespace: true
|
createNamespace: true
|
||||||
|
|
||||||
|
- <<: *db-operator
|
||||||
|
installed: true
|
||||||
|
namespace: database-service
|
||||||
|
createNamespace: true
|
||||||
|
|
||||||
bases:
|
bases:
|
||||||
- ../environments.yaml
|
- ../environments.yaml
|
||||||
- ../repositories.yaml
|
- ../repositories.yaml
|
||||||
|
@ -291,3 +291,8 @@ templates:
|
|||||||
inherit:
|
inherit:
|
||||||
- template: default-env-values
|
- template: default-env-values
|
||||||
- template: default-env-secrets
|
- template: default-env-secrets
|
||||||
|
|
||||||
|
db-operator: &db-operator
|
||||||
|
name: db-operator
|
||||||
|
chart: db-operator/db-operator
|
||||||
|
version: 1.9.1
|
||||||
|
@ -33,4 +33,6 @@ repositories:
|
|||||||
- name: grafana
|
- name: grafana
|
||||||
url: https://grafana.github.io/helm-charts
|
url: https://grafana.github.io/helm-charts
|
||||||
- name: bitwarden
|
- name: bitwarden
|
||||||
url: https://constin.github.io/vaultwarden-helm/
|
url: https://constin.github.io/vaultwarden-helm/
|
||||||
|
- name: db-operator
|
||||||
|
url: https://db-operator.github.io/charts
|
||||||
|
Reference in New Issue
Block a user