install db-operator

issue: https://git.badhouseplants.net/badhouseplants/k8s-cluster-config/issues/86
This commit is contained in:
RNRod 2023-07-21 15:31:26 +02:00
parent bb2211fc15
commit 20e12ee4ba
3 changed files with 13 additions and 1 deletions

View File

@ -72,6 +72,11 @@ releases:
namespace: database-service
createNamespace: true
- <<: *db-operator
installed: true
namespace: database-service
createNamespace: true
bases:
- ../environments.yaml
- ../repositories.yaml

View File

@ -291,3 +291,8 @@ templates:
inherit:
- template: default-env-values
- template: default-env-secrets
db-operator: &db-operator
name: db-operator
chart: db-operator/db-operator
version: 1.9.1

View File

@ -33,4 +33,6 @@ repositories:
- name: grafana
url: https://grafana.github.io/helm-charts
- 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