Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
Default etcdOperator.tolerations in values.yaml (#18517)
Browse files Browse the repository at this point in the history
Signed-off-by: Mateus Caruccio <mateus.caruccio@getupcloud.com>
  • Loading branch information
caruccio authored and k8s-ci-robot committed Dec 3, 2019
1 parent 43f8f95 commit 771a475
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion stable/etcd-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: CoreOS etcd-operator Helm chart for Kubernetes
name: etcd-operator
version: 0.10.0
version: 0.10.1
appVersion: 0.9.4
home: https://github.com/coreos/etcd-operator
icon: https://raw.githubusercontent.com/coreos/etcd/master/logos/etcd-horizontal-color.png
Expand Down
2 changes: 2 additions & 0 deletions stable/etcd-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ etcdOperator:
## additional command arguments go here; will be translated to `--key=value` form
## e.g., analytics: true
commandArgs: {}
tolerations: []
## Configurable health checks against the /readyz endpoint that etcd-operator exposes
readinessProbe:
enabled: false
Expand All @@ -68,6 +69,7 @@ etcdOperator:
timeoutSeconds: 1
successThreshold: 1
failureThreshold: 3

# backup spec
backupOperator:
name: etcd-backup-operator
Expand Down

0 comments on commit 771a475

Please sign in to comment.