Skip to content

Commit

Permalink
fix: Change tolerations to array (confluentinc#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
srolija authored Mar 11, 2020
1 parent 3ac5cf8 commit 4a7813f
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion charts/cp-control-center/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ nodeSelector: {}

## Taints to tolerate on node assignment:
## Ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
tolerations: {}
tolerations: []

## Monitoring
## Kafka JMX Settings
Expand Down
2 changes: 1 addition & 1 deletion charts/cp-kafka-connect/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ nodeSelector: {}

## Taints to tolerate on node assignment:
## Ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
tolerations: {}
tolerations: []

## Monitoring
## Kafka Connect JMX Settings
Expand Down
2 changes: 1 addition & 1 deletion charts/cp-kafka-rest/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ nodeSelector: {}

## Taints to tolerate on node assignment:
## Ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
tolerations: {}
tolerations: []

## Kafka REST configuration options
## ref: https://docs.confluent.io/current/kafka-rest/docs/config.html
Expand Down
2 changes: 1 addition & 1 deletion charts/cp-kafka/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ nodeSelector: {}

## Taints to tolerate on node assignment:
## Ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
tolerations: {}
tolerations: []

## Monitoring
## Kafka JMX Settings
Expand Down
2 changes: 1 addition & 1 deletion charts/cp-ksql-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ nodeSelector: {}

## Taints to tolerate on node assignment:
## Ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
tolerations: {}
tolerations: []

## Monitoring
## JMX Settings
Expand Down
2 changes: 1 addition & 1 deletion charts/cp-schema-registry/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ nodeSelector: {}

## Taints to tolerate on node assignment:
## Ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
tolerations: {}
tolerations: []

## Monitoring
## Schema Registry JMX Settings
Expand Down
2 changes: 1 addition & 1 deletion charts/cp-zookeeper/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ nodeSelector: {}

## Taints to tolerate on node assignment:
## Ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
tolerations: {}
tolerations: []

## Monitoring
## Zookeeper JMX Settings
Expand Down

0 comments on commit 4a7813f

Please sign in to comment.