G'day g'day, are there any examples of securing an...
# kubernetes
g
G'day g'day, are there any examples of securing an ingress with cert-manager with pulumi? I've managed to install cert-manager and have a cluster issuer, just trying to work out how to issue certificates for ingress with it 🙂
b
hey! which language are you using?
you should be able to just add an annotation to your ingress:
<http://cert-manager.io/cluster-issuer|cert-manager.io/cluster-issuer>: my-cluster-issuer
g
Oh wow I didn't realise it was possible with annotations - I was just about to declare a Certificate CRD to manually attach to ingress 🙂
thanks!