Add privileged for mlock requirements (#35)
* Add privilged for mlock requirements * Update Chart version
This commit is contained in:
parent
4b12c39099
commit
0c86c6420a
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
name: vault
|
name: vault
|
||||||
version: 0.1.1
|
version: 0.1.2
|
||||||
description: Install and configure Vault on Kubernetes.
|
description: Install and configure Vault on Kubernetes.
|
||||||
home: https://www.vaultproject.io
|
home: https://www.vaultproject.io
|
||||||
icon: https://github.com/hashicorp/vault/raw/f22d202cde2018f9455dec755118a9b84586e082/Vault_PrimaryLogo_Black.png
|
icon: https://github.com/hashicorp/vault/raw/f22d202cde2018f9455dec755118a9b84586e082/Vault_PrimaryLogo_Black.png
|
||||||
|
|
|
@ -44,7 +44,7 @@ spec:
|
||||||
- name: vault
|
- name: vault
|
||||||
{{ template "vault.resources" . }}
|
{{ template "vault.resources" . }}
|
||||||
securityContext:
|
securityContext:
|
||||||
allowPrivilegeEscalation: true
|
privileged: true
|
||||||
image: "{{ .Values.global.image }}"
|
image: "{{ .Values.global.image }}"
|
||||||
command: {{ template "vault.command" . }}
|
command: {{ template "vault.command" . }}
|
||||||
args: {{ template "vault.args" . }}
|
args: {{ template "vault.args" . }}
|
||||||
|
|
Loading…
Reference in a new issue