Let's try this pattern for app config. Refactor postgres.
This commit is contained in:
@@ -6,20 +6,13 @@ labels:
|
||||
pairs:
|
||||
app: postgres
|
||||
managedBy: kustomize
|
||||
partOf: sovereign-cloud
|
||||
partOf: wild-cloud
|
||||
resources:
|
||||
- config
|
||||
- deployment.yaml
|
||||
- namespace.yaml
|
||||
- service.yaml
|
||||
- pvc.yaml
|
||||
configMapGenerator:
|
||||
- name: config
|
||||
envs:
|
||||
- config/config.env
|
||||
secretGenerator:
|
||||
- name: secrets
|
||||
envs:
|
||||
- config/secrets.env
|
||||
|
||||
replacements:
|
||||
- source:
|
||||
|
Reference in New Issue
Block a user