Hi Folks, I have a tls kubernets secret already ex...
# kubernetes
b
Hi Folks, I have a tls kubernets secret already exisitng in my cluster , not created via pulumi. Is there a way to retrieve the secret data using pulumi by passing the name and namespace of the secret ?
s
yeah, there should be something like a
Secret.get()
for whatever lang you're using
b
cool thanks Mike