Hi is there a way to copy a secret from one namesp...
# kubernetes
m
Hi is there a way to copy a secret from one namespace to another using Pulumi?
q
There's no easy way. One could
.get
a secret and reproduce, but it would be a bit of work.