diff --git a/charts/testkube-api/values.yaml b/charts/testkube-api/values.yaml index 856a65562..14bd4d9c2 100644 --- a/charts/testkube-api/values.yaml +++ b/charts/testkube-api/values.yaml @@ -173,9 +173,9 @@ next: ## Define the naming patterns for resources in different sources namePatterns: ## Name pattern for resources in the Control Plane - cloud: "{name}" + cloud: "" ## Name pattern for resources in the Kubernetes cluster - kubernetes: "{name}" + kubernetes: "" # Configure the legacy Tests and Test Suites execution # - tkcagnt_*** - Super Agent diff --git a/charts/testkube/values.yaml b/charts/testkube/values.yaml index 5586f70a8..9cdd3b5f6 100644 --- a/charts/testkube/values.yaml +++ b/charts/testkube/values.yaml @@ -519,9 +519,9 @@ testkube-api: ## Define the naming patterns for resources in different sources namePatterns: ## Name pattern for resources in the Control Plane - cloud: "{name}" + cloud: "" ## Name pattern for resources in the Kubernetes cluster - kubernetes: "{name}" + kubernetes: "" # Configure the legacy Tests and Test Suites execution # - tkcagnt_*** - Super Agent