From 293fc295835f7b7bdf94a0fa35154ded9727ea11 Mon Sep 17 00:00:00 2001 From: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com> Date: Wed, 13 Nov 2019 16:00:50 -0500 Subject: [PATCH] Update vault-helm to 0.2.1 (#7873) --- website/source/docs/platform/k8s/helm.html.md | 6 +----- website/source/docs/platform/k8s/run.html.md | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/website/source/docs/platform/k8s/helm.html.md b/website/source/docs/platform/k8s/helm.html.md index 8a34d327f3..3151a4db6e 100644 --- a/website/source/docs/platform/k8s/helm.html.md +++ b/website/source/docs/platform/k8s/helm.html.md @@ -52,7 +52,7 @@ $ git clone https://github.com/hashicorp/vault-helm.git $ cd vault-helm # Checkout a tagged version -$ git checkout v0.2.0 +$ git checkout v0.2.1 # Run Helm $ helm install --dry-run ./ @@ -83,10 +83,6 @@ and consider if they're appropriate for your deployment. * `server` - Values that configure running a Vault server within Kubernetes. - * `securityContext` - Values that configure Vault pods security context. - - - `readOnlyRootFilesystem` (`boolean: true`) - When set to `true`, the root filesystem of the container is read only. - * `resources` (`string: null`) - The resource requests and limits (CPU, memory, etc.) for each of the server. This should be a multi-line string mapping directly to a Kubernetes [ResourceRequirements](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.11/#resourcerequirements-v1-core) object. If this isn't specified, then the pods won't request any specific amount of resources. **Setting this is highly recommended.** ```yaml diff --git a/website/source/docs/platform/k8s/run.html.md b/website/source/docs/platform/k8s/run.html.md index 4290a94e5e..32886f5b51 100644 --- a/website/source/docs/platform/k8s/run.html.md +++ b/website/source/docs/platform/k8s/run.html.md @@ -60,7 +60,7 @@ $ git clone https://github.com/hashicorp/vault-helm.git $ cd vault-helm # Checkout a tagged version -$ git checkout v0.2.0 +$ git checkout v0.2.1 # Run Helm $ helm install --name vault ./