Hey Pulumi lovers :wave: Is it possible to tell Pu...
# general
n
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
You may be able to use pulumi-command to execute a
kubectl delete
.