1 package certmanager 2 3 const ( 4 // Namespace is where cert-manager is installed during a 5 // standard installation. 6 Namespace = "cert-manager" 7 ) 8
View as plain text