mirror of https://github.com/kubernetes/kops.git
Merge pull request #11703 from olemarkus/lbc-use-v1-cert
Use v1 certificate for LB controller
This commit is contained in:
commit
673961cb0f
|
|
@ -848,7 +848,7 @@ spec:
|
|||
defaultMode: 420
|
||||
secretName: aws-load-balancer-webhook-tls
|
||||
---
|
||||
apiVersion: cert-manager.io/v1alpha2
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: Certificate
|
||||
metadata:
|
||||
labels:
|
||||
|
|
|
|||
Loading…
Reference in New Issue