diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c74859be45..4e6b15096e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,4 +16,4 @@ repos: description: Detect secrets in your data. entry: bash -c 'trufflehog git file://. --max-depth 1 --since-commit HEAD --only-verified --fail' language: system - stages: ["commit", "push"] + stages: ["commit"] diff --git a/tests/python_client/chaos/cluster-values.yaml b/tests/python_client/chaos/cluster-values.yaml index d6b1ff272d..22dae63034 100644 --- a/tests/python_client/chaos/cluster-values.yaml +++ b/tests/python_client/chaos/cluster-values.yaml @@ -8,6 +8,13 @@ image: tag: master-latest pullPolicy: IfNotPresent +indexNode: + resources: + requests: + cpu: 4 + limits: + cpu: 8 + etcd: replicaCount: 3 image: