Set the correct class for new deployments
to ensure that they get bound to the correct ingress service
This commit is contained in:
parent
20c6da375e
commit
65db1ba4cb
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ function (slug, sha) {
|
||||||
"domains": [ domain ],
|
"domains": [ domain ],
|
||||||
"http01": {
|
"http01": {
|
||||||
"ingress": "",
|
"ingress": "",
|
||||||
"ingressClass": "nginx"
|
"ingressClass": "nginx-review"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue