Skip to content

Commit

Permalink
update toleration_seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa committed Jan 26, 2024
1 parent ca310cc commit 0f0faa3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ participants:
# operator: "Equal"
# value: "value"
# effect: "NoSchedule"
# tolerationSeconds: 3600
# toleration_seconds: 3600
# Defaults to empty
el_tolerations: []

Expand Down Expand Up @@ -216,7 +216,7 @@ participants:
# operator: "Equal"
# value: "value"
# effect: "NoSchedule"
# tolerationSeconds: 3600
# toleration_seconds: 3600
# Defaults to empty
el_tolerations: []

Expand All @@ -227,7 +227,7 @@ participants:
# operator: "Equal"
# value: "value"
# effect: "NoSchedule"
# tolerationSeconds: 3600
# toleration_seconds: 3600
# Defaults to empty
validator_tolerations: []

Expand All @@ -239,7 +239,7 @@ participants:
# operator: "Equal"
# value: "value"
# effect: "NoSchedule"
# tolerationSeconds: 3600
# toleration_seconds: 3600
# Defaults to empty
tolerations: []

Expand Down Expand Up @@ -568,7 +568,7 @@ xatu_sentry_params:
# operator: "Equal"
# value: "value"
# effect: "NoSchedule"
# tolerationSeconds: 3600
# toleration_seconds: 3600
# Defaults to empty
global_tolerations: []
```
Expand Down
2 changes: 1 addition & 1 deletion src/package_io/input_parser.star
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ def get_client_tolerations(
value=toleration_data.get("value", ""),
operator=toleration_data.get("operator", ""),
effect=toleration_data.get("effect", ""),
toleration_seconds=("tolerationSeconds", ""),
toleration_seconds=("toleration_seconds", ""),
)
)

Expand Down

0 comments on commit 0f0faa3

Please sign in to comment.