diff --git a/vault/helm-values.yaml b/vault/helm-values.yaml index 8c852b9..a8f163b 100644 --- a/vault/helm-values.yaml +++ b/vault/helm-values.yaml @@ -72,6 +72,12 @@ server: type: ClusterIP port: 8200 + # Tolerations for master node + tolerations: + - key: "node-role.kubernetes.io/master" + operator: "Exists" + effect: "NoExecute" + # UI 활성화 ui: enabled: true