You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the user changes issuerRef.name after creation, existing Certificate resources still point to the old issuer.
The controller doesn't update them because ensureCertificateForCluster returns early if the Certificate exists.
If the user changes
issuerRef.nameafter creation, existing Certificate resources still point to the old issuer.The controller doesn't update them because
ensureCertificateForClusterreturns early if the Certificate exists.Need to decide:
issuerRefbe immutable (likespec.clusterSet, see Add validating webhook for spec.clusterSet #97)?