https://pulumi.com logo
#general
Title
# general
n

nice-lizard-13594

05/19/2022, 9:53 AM
Hey Pulumi lovers šŸ‘‹ Is it possible to tell Pulumi to ensure that a resource does not exist (delete if is present)? My use case is as follows: • install a Helm release • the Helm Chart creates a ConfigMap and the values to not permit to skip creation • I want to ensure the Configmap is deleted after the Helm chart is installed Any help or hints into the correct direction are highly appreciated. Thanks in advance šŸ™‚
s

stocky-restaurant-98004

05/20/2022, 2:34 PM
You may be able to use pulumi-command to execute a
kubectl delete
.
3 Views