Skip to content

Commit e640551

Browse files
committed
Update skaffold production file
1 parent 716393a commit e640551

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

k8s/production/skaffold.production.yaml

+11-1
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,19 @@ 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
helm:
5756
releases:
57+
- name: cert-manager
58+
remoteChart: jetstack/cert-manager
59+
version: 1.13.3
60+
namespace: chicmoz-prod
61+
createNamespace: false
62+
recreatePods: false
63+
skipBuildDependencies: false
64+
useHelmSecrets: false
65+
wait: false
66+
valuesFiles:
67+
- k8s/production/cert-manager/cert-production.yaml
5868
- name: ingress-nginx
5969
remoteChart: ingress-nginx
6070
repo: https://kubernetes.github.io/ingress-nginx

0 commit comments

Comments
 (0)