1 write to DestroyOnUninstall
Aspire.Hosting.Kubernetes (1)
KubernetesHelmChartExtensions.cs (1)
226builder.Resource.DestroyOnUninstall = true;
6 references to DestroyOnUninstall
Aspire.Hosting.Azure.Kubernetes.Tests (2)
AzureKubernetesHelmChartTests.cs (2)
89Assert.True(chart.Resource.DestroyOnUninstall); 100Assert.False(chart.Resource.DestroyOnUninstall);
Aspire.Hosting.Kubernetes (2)
KubernetesHelmChartExtensions.cs (2)
108if (resource.DestroyOnUninstall) 370if (chart.DestroyOnUninstall)
Aspire.Hosting.Kubernetes.Tests (2)
KubernetesHelmChartTests.cs (2)
315Assert.False(chart.Resource.DestroyOnUninstall); 327Assert.True(chart.Resource.DestroyOnUninstall);