From 31b8930fd23bc117cf88372c6813a83b299c1aee Mon Sep 17 00:00:00 2001 From: HyunSu1768 Date: Tue, 6 Feb 2024 14:11:59 +0900 Subject: [PATCH] =?UTF-8?q?feat=20::=20xquare=20toleration=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- charts/vault/Chart.yaml | 2 +- charts/vault/values.yaml | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/charts/vault/Chart.yaml b/charts/vault/Chart.yaml index ad8d668a..7f101768 100644 --- a/charts/vault/Chart.yaml +++ b/charts/vault/Chart.yaml @@ -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 diff --git a/charts/vault/values.yaml b/charts/vault/values.yaml index e41d9811..cdac9dbe 100644 --- a/charts/vault/values.yaml +++ b/charts/vault/values.yaml @@ -4,8 +4,9 @@ global: ui: enabled: true -tolerations: - - effect: "PreferNoSchedule" - key: "xquare/server" - operator: "Equal" - value: "true" \ No newline at end of file +server: + tolerations: + - effect: "PreferNoSchedule" + key: "xquare/server" + operator: "Equal" + value: "true" \ No newline at end of file