From 0c86c6420a1908c87771f5078742351f9a24f8ee Mon Sep 17 00:00:00 2001 From: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com> Date: Thu, 22 Aug 2019 16:32:30 -0400 Subject: [PATCH] Add privileged for mlock requirements (#35) * Add privilged for mlock requirements * Update Chart version --- Chart.yaml | 2 +- templates/server-statefulset.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index f920f08..f3ea4e0 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: vault -version: 0.1.1 +version: 0.1.2 description: Install and configure Vault on Kubernetes. home: https://www.vaultproject.io icon: https://github.com/hashicorp/vault/raw/f22d202cde2018f9455dec755118a9b84586e082/Vault_PrimaryLogo_Black.png diff --git a/templates/server-statefulset.yaml b/templates/server-statefulset.yaml index 5a72f03..ed1639a 100644 --- a/templates/server-statefulset.yaml +++ b/templates/server-statefulset.yaml @@ -44,7 +44,7 @@ spec: - name: vault {{ template "vault.resources" . }} securityContext: - allowPrivilegeEscalation: true + privileged: true image: "{{ .Values.global.image }}" command: {{ template "vault.command" . }} args: {{ template "vault.args" . }}