icy-pilot-31118
06/23/2022, 7:50 PMdeployment = [kubernetes.Deployment(), kubernetes.Deployment()]
will Pulumi deploy both of the deployments? Do I even need to specify a variable? Will Deployment()
work?billowy-army-68599
kubernetes.Deployment()
resources they will both be createdicy-pilot-31118
06/23/2022, 7:55 PM