Commit 92378c2 1 parent 1624460 commit 92378c2 Copy full SHA for 92378c2
File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,6 @@ manifests:
52
52
- k8s/production/auth/service.yaml
53
53
- k8s/production/aztec-listener/deployment.yaml
54
54
- k8s/production/aztec-listener/service.yaml
55
- - k8s/production/cert-manager/cert-production.yaml
56
55
- k8s/production/postgres/persistant-volume.yaml
57
56
- k8s/production/postgres/persistant-volume-claim.yaml
58
57
helm :
@@ -66,7 +65,7 @@ manifests:
66
65
recreatePods : false
67
66
skipBuildDependencies : false
68
67
useHelmSecrets : false
69
- wait : false
68
+ wait : true
70
69
setValues :
71
70
installCRDs : true
72
71
- name : ingress-nginx
@@ -144,3 +143,7 @@ manifests:
144
143
skipBuildDependencies : false
145
144
useHelmSecrets : false
146
145
wait : false
146
+ deploy :
147
+ kubectl :
148
+ manifests :
149
+ - k8s/production/cert-manager/cert-production.yaml
You can’t perform that action at this time.
0 commit comments