bright-receptionist-28471
03/24/2022, 1:57 PM<http://cert-manager.io/v1|cert-manager.io/v1>
Certificate
which will create and store values in a Secret
. I need to fetch a key from the Secret
to configure something. It seems the get()
methods for k8s objects can only fetch objects create explicitly by pulumi. So what's the best option for retrieving this value?
(I did try creating the Secret
explicitly before creating the Certificate
and then get()
ing the Secret
again after the Certificate
has been created. This didn't seem to work (I think I ended up with two different Secrets
-- this may have been user error on my part)