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 š