we have configured gitops repository to an azure-arc instance by k8sconfiguration create. It successfully deploys all the component's to cluster ( which are there in the git repo) .
Now we have an scenario to delete this configuration from portal or from cloud.
How do we delete components on the cluster automatically upon deleting configuration.?
( currently we manually deleted them from cluster. ) .
Is there any alternative which deletes cluster resources automatically when we delete the configuration ?
Thanks
SAI