Skip to content

Commit

Permalink
feat :: xquare toleration 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
HyunSu1768 committed Feb 6, 2024
1 parent 86f9ee4 commit 31b8930
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/vault/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: vault
description: Vault for secret
type: application
version: 1.0.2
version: 1.0.3
appVersion: 0.27.0
dependencies:
- name: vault
Expand Down
11 changes: 6 additions & 5 deletions charts/vault/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ global:
ui:
enabled: true

tolerations:
- effect: "PreferNoSchedule"
key: "xquare/server"
operator: "Equal"
value: "true"
server:
tolerations:
- effect: "PreferNoSchedule"
key: "xquare/server"
operator: "Equal"
value: "true"

0 comments on commit 31b8930

Please sign in to comment.