Add privileged for mlock requirements (#35)

* Add privilged for mlock requirements

* Update Chart version
This commit is contained in:
Jason O'Donnell 2019-08-22 16:32:30 -04:00 committed by GitHub
parent 4b12c39099
commit 0c86c6420a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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" . }}