Remove debug print statement from certInjector and update cert-manager dependency version
This commit is contained in:
parent
4465018c15
commit
a79eff18c6
@ -43,7 +43,6 @@ certInjector = lambda input: networkingv1.Ingress | any {
|
||||
_result = input
|
||||
else:
|
||||
ingress: networkingv1.Ingress = input as networkingv1.Ingress
|
||||
print(ingress)
|
||||
ingress.metadata.annotations = {"cert-manager.io/issuer" = "letsencrypt"}
|
||||
ingress.spec.tls = [{
|
||||
hosts = [r.host for r in ingress.spec.rules]
|
||||
|
Loading…
x
Reference in New Issue
Block a user