Tanguy Herbron
b8557ab571
Add configuration entry for the new database paradigm, and reword the configuration pipeline to allow for better configuration maintainability and secret management.
10 lines
165 B
YAML
10 lines
165 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- namespace.yaml
|
|
- configmap.yaml
|
|
- pvc.yaml
|
|
- database.yaml
|
|
- deployment.yaml
|