Skip to content

Commit d305ceb

Browse files
authored
fix: avoid default sync to Cloud (#1009)
1 parent 078d20d commit d305ceb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/testkube/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ testkube-api:
553553
## Should it copy data from Control Plane to Kubernetes
554554
syncCloudToKubernetes: false
555555
## Should it copy data from Kubernetes to Control Plane
556-
syncKubernetesToCloud: true
556+
syncKubernetesToCloud: false
557557
## Define the naming patterns for resources in different sources
558558
namePatterns:
559559
## Name pattern for resources in the Control Plane

0 commit comments

Comments
 (0)