Skip to content

Commit

Permalink
Add required field to nodeSelector
Browse files Browse the repository at this point in the history
  • Loading branch information
iblutrifork committed Aug 24, 2023
1 parent 4bc2488 commit 3e4e085
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion charts/cheetah-application/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,8 @@ autoscaling:
# -- Target RAM requests percentage utilization. Ignored if 0
targetMemoryUtilizationPercentage: 0

nodeSelector: {}
nodeSelector:
nodeSelectorTerms: []

tolerations: []

Expand Down

0 comments on commit 3e4e085

Please sign in to comment.