Skip to content

Conversation

alebcay
Copy link
Contributor

@alebcay alebcay commented Oct 25, 2022

The current help text for --tolerations is duplicated from the --kubeconfig option right before it. This PR sets appropriate help text for the flag, with an example based on the definition of the Toleration struct:

type Toleration struct {
Key string `json:"key"`
Value string `json:"value"`
Operator string `json:"operator"`
Effect string `json:"effect"`
TolerationSeconds int `json:"tolerationSeconds"`
}

@imrajdas imrajdas merged commit cc8c5ce into litmuschaos:master Nov 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants