From 7f884c522da52047f8ab6348f55dbc64db54f6b7 Mon Sep 17 00:00:00 2001 From: HyunSu1768 Date: Tue, 6 Feb 2024 14:44:23 +0900 Subject: [PATCH] =?UTF-8?q?feat=20::=20=EC=9C=84=EC=B9=98=20=EC=8B=A4?= =?UTF-8?q?=EC=88=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- charts/vault/values.yaml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/charts/vault/values.yaml b/charts/vault/values.yaml index 7a5f88a6..1450dd0c 100644 --- a/charts/vault/values.yaml +++ b/charts/vault/values.yaml @@ -1,8 +1,7 @@ -global: - namespace: vault - -ui: - enabled: true - -server: - affinity: null \ No newline at end of file +vault: + global: + namespace: vault + ui: + enabled: true + server: + affinity: null \ No newline at end of file