GoogleContainerTools / kpt-samples

kpt project samples
Apache License 2.0
7 stars 9 forks source link

cert-manager-basic: use cert-manager namespace for leaderelection #5

Closed droot closed 2 years ago

droot commented 2 years ago

In some environments such as GKE autopilot, extensions such as cert-manager will not have access to system namespaces such as kube-system.

I am not sure why kube-system was being used in the first place, but anyways, this PR instructs all components to use the cert-manager namespace.

droot commented 2 years ago

I have tested this in my deployment instance and ported these changes back. So going to merge these.