Skip to content

Commit 92378c2

Browse files
committed
hotfix: add deploy section
this makes sure the cert config is set after the cert-manager is installed
1 parent 1624460 commit 92378c2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

k8s/production/skaffold.production.yaml

+5-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ manifests:
5252
- k8s/production/auth/service.yaml
5353
- k8s/production/aztec-listener/deployment.yaml
5454
- k8s/production/aztec-listener/service.yaml
55-
- k8s/production/cert-manager/cert-production.yaml
5655
- k8s/production/postgres/persistant-volume.yaml
5756
- k8s/production/postgres/persistant-volume-claim.yaml
5857
helm:
@@ -66,7 +65,7 @@ manifests:
6665
recreatePods: false
6766
skipBuildDependencies: false
6867
useHelmSecrets: false
69-
wait: false
68+
wait: true
7069
setValues:
7170
installCRDs: true
7271
- name: ingress-nginx
@@ -144,3 +143,7 @@ manifests:
144143
skipBuildDependencies: false
145144
useHelmSecrets: false
146145
wait: false
146+
deploy:
147+
kubectl:
148+
manifests:
149+
- k8s/production/cert-manager/cert-production.yaml

0 commit comments

Comments
 (0)