https://pulumi.com logo
b

brief-pillow-16455

06/05/2023, 2:23 PM
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

steep-toddler-94095

06/05/2023, 10:16 PM
yeah, there should be something like a
Secret.get()
for whatever lang you're using
b

brief-pillow-16455

06/07/2023, 7:16 PM
cool thanks Mike