Skip to content

Commit

Permalink
Merge pull request #7 from team-xquare/fix/vault-tolerations
Browse files Browse the repository at this point in the history
fix(values.yaml): toleration key 수정
  • Loading branch information
in-jun authored Nov 30, 2024
2 parents f162e45 + 3a0aa65 commit 41246ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/vault/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ vault:
cpu: 100m
tolerations:
- effect: "NoSchedule"
key: xquare/critical
key: xquare/critical_platform
operator: "Equal"
value: "true"
affinity: |
Expand Down

0 comments on commit 41246ac

Please sign in to comment.