We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10970f3 commit fff2a17Copy full SHA for fff2a17
charts/testkube-api/values.yaml
@@ -567,7 +567,7 @@ prometheus:
567
568
##Test Connection pod
569
testConnection:
570
- enabled: true
+ enabled: false
571
affinity: {}
572
tolerations: []
573
nodeSelector: {}
charts/testkube/values-demo.yaml
@@ -8,7 +8,7 @@ global:
8
tolerations:
9
- key: kubernetes.io/arch
10
operator: Equal
11
- value: amd
+ value: arm64
12
effect: NoSchedule
13
features:
14
logsV2: false
0 commit comments