Set the correct class for new deployments

to ensure that they get bound to the correct ingress service
This commit is contained in:
James Polley 2018-06-30 11:42:50 +10:00
parent 20c6da375e
commit 65db1ba4cb

View file

@ -181,7 +181,7 @@ function (slug, sha) {
"domains": [ domain ],
"http01": {
"ingress": "",
"ingressClass": "nginx"
"ingressClass": "nginx-review"
}
}
},