Commit 1aa2583 1 parent c3697c3 commit 1aa2583 Copy full SHA for 1aa2583
File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ manifests:
54
54
- k8s/production/aztec-listener/service.yaml
55
55
- k8s/production/postgres/persistant-volume.yaml
56
56
- k8s/production/postgres/persistant-volume-claim.yaml
57
+ - k8s/production/cert-manager/cert-production.yaml
57
58
helm :
58
59
releases :
59
60
- name : cert-manager
@@ -98,8 +99,8 @@ manifests:
98
99
global.postgresql.auth.username : " admin"
99
100
global.postgresql.auth.password : " secret-local-password" # TODO: change to env-var
100
101
image.debug : true
101
- primary.persistance .enabled : true
102
- primary.persistance.storageClass : " postgres-pvc"
102
+ primary.persistence .enabled : true
103
+ primary.persistence.existingClaim : " postgres-pvc"
103
104
volumePermissions.enabled : true
104
105
namespace : chicmoz-prod
105
106
createNamespace : false
You can’t perform that action at this time.
0 commit comments