Skip to content
Snippets Groups Projects
Verified Commit 410292dd authored by Vincent Sellier's avatar Vincent Sellier
Browse files

local-cluster: Declare the masking-proxy database.

It must be initialized manually for the moment

Related to swh/infra/sysadm-environment#5391
parent 0229b498
No related branches found
No related tags found
No related merge requests found
......@@ -101,6 +101,13 @@ cloudnativePg:
secretKeyRef: swh-swh-postgresql-secret
databases:
- swh
maskingproxy:
enabled: true
initdb:
type: microservice
secretKeyRef: swh-maskingproxy-postgresql-secret
databases:
- swhmaskingproxy
scheduler:
enabled: true
initdb:
......
......@@ -13,6 +13,17 @@ stringData:
apiVersion: v1
kind: Secret
type: kubernetes.io/basic-auth
metadata:
name: swh-maskingproxy-postgresql-secret
labels:
cnpg.io/reload: "true"
stringData:
username: swhmaskingproxy
password: mppassword
---
apiVersion: v1
kind: Secret
type: kubernetes.io/basic-auth
metadata:
name: swh-guest-postgresql-secret
labels:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment