Skip to content

Commit

Permalink
Merge pull request #3409 from EnnnOK/master
Browse files Browse the repository at this point in the history
fix(chart): fix agent.tolerations type
  • Loading branch information
karmada-bot authored Apr 17, 2023
2 parents ab9404a + 12cc79d commit 7f2b660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/karmada/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ agent:
## @param agent.affinity affinity of the agent
affinity: {}
## @param agent.tolerations tolerations of the agent
tolerations: {}
tolerations: []
# - key: node-role.kubernetes.io/master
# operator: Exists
## @param agent.strategy strategy of the agent
Expand Down

0 comments on commit 7f2b660

Please sign in to comment.