cert-manager / google-cas-issuer

cert-manager issuer for Google CA Service
Apache License 2.0
77 stars 30 forks source link

Add namespace attributes and render for the cert-manager namespace by default #118

Closed inteon closed 9 months ago

inteon commented 9 months ago

Currently, the static manifest installs google-cas-issuer in the default namespace. It is not possible to pass a namespace to kubectl -n .... apply, because the role binding namespaces will be wrong. For that reason, we should add namespaces to all resources and set the default namespace to the cert-manager namespace ( seems like a good default ).

fixes https://github.com/jetstack/google-cas-issuer/issues/108