bitter-shampoo-52009
07/19/2023, 10:03 AMnginxingress_deployment = kubernetes.yaml.ConfigFile(
"ingress-nginx",
file = "./nginx-ingress.yaml",
opts=oke_resource,
)
Hello Everyone, We are deploying this resource "nginxingress_deployment" using "kubernetes.yaml.ConfigFile" function through python in pulumi kubernetes and the output is as expected. Along with this resource, we have another resources in place.
But, Our Requirement is to, We want to Delete only this resource "*nginxingress_deployment*" alone . This Resource needs to be deleted after creation of couple of resources in sequence.
Hence, Please suggest if there is any pulumi function that can be incorporated in the pulumi python code as function so that we can delete only this Resource alone without disturbing any other existing resources.No matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.
Powered by