Skip to content
This repository was archived by the owner on Feb 6, 2026. It is now read-only.

Commit 6e3d267

Browse files
authored
SkipTLSVerify (#22)
1 parent f4dc6a8 commit 6e3d267

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/K8sOperator.NET/Extensions/KubernetesBuilderExtensions.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ public static IServiceCollection AddKubernetes(this IServiceCollection services)
2020
if (KubernetesClientConfiguration.IsInCluster())
2121
{
2222
config = KubernetesClientConfiguration.InClusterConfig();
23+
config.SkipTlsVerify = true;
2324
}
2425
else
2526
{

0 commit comments

Comments
 (0)