feat: Matrix Namespace und verschlüsseltes DB-Passwort hinzugefügt
This commit is contained in:
parent
7f3acce851
commit
46204b0097
@ -1,3 +1,5 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
#resources:
|
||||
resources:
|
||||
- namespace.yaml
|
||||
- matrix-postgres-auth.yaml
|
||||
0
apps/production/matrix-postgres-auth.yaml
Normal file
0
apps/production/matrix-postgres-auth.yaml
Normal file
4
apps/production/namespace.yaml
Normal file
4
apps/production/namespace.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: matrix
|
||||
Loading…
x
Reference in New Issue
Block a user