https://pulumi.com logo
#golang
Title
# golang
q

quaint-hair-91883

04/21/2022, 1:50 PM
I am creating a Kubernetes namespace and then I want to create a service account in that namespace.
q

quiet-wolf-18467

04/21/2022, 8:28 PM
You can pass the
namespace.metadata.name
as an
Output
into the service account resource.
Most Outputs will be handled and accepted by other Pulumi resources
9 Views