Theron Voran
dda2df25db
docs/vault-helm: fix multi-line block copy ( #19119 )
...
Add a `$` before the command in shell blocks that include command
output, so that the "Copy" button on the website only copies the
command and not the output.
2023-02-13 22:21:11 -08:00
Bryce Kalow
f33e779d5d
update learn links to point to developer locations ( #19026 )
2023-02-06 20:34:51 -08:00
Ashlee M Boyer
f3df55ad58
docs: Migrate link formats ( #18696 )
...
* Adding check-legacy-links-format workflow
* Adding test-link-rewrites workflow
* Updating docs-content-check-legacy-links-format hash
* Migrating links to new format
Co-authored-by: Kendall Strautman <kendallstrautman@gmail.com>
2023-01-25 16:12:15 -08:00
Turan Asikoglu
8c8a17f83b
[Doc] Fix minor inconsistencies with vault Helm chart ( #18306 )
...
* Fix minor inconsistencies with vault Helm chart
* extraSecretEnvironmentVars not a multiline string
* Trigger CCI
2022-12-15 11:59:09 -05:00
Tom Proctor
08e89a7e9e
Docs: vault-helm 0.23.0 updates ( #18131 )
2022-11-29 10:43:00 +00:00
Chris Capurso
a14ba5f044
Add Consul Dataplane compatibility info to docs ( #18041 )
...
* add compatibility info to consul service reg docs
* fix alert formatting
* add consul dataplane compatibility partial
* add compat partial to more consul doc pages
* fix links
2022-11-22 08:56:18 -05:00
Tom Proctor
07b4e42c9b
Update documentation for vault-helm v0.22.1 release ( #17695 )
2022-10-28 11:56:02 +01:00
Theron Voran
7553ef2c4a
docs/vault-helm: update cert-manager example ( #17651 )
...
Use injector.webhook.annotations instead of the deprecated
injector.webhookAnnotations
2022-10-26 10:12:06 -07:00
Bryce Kalow
dfc3ad015a
website: content updates for developer ( #17035 )
...
* Chore (dev portal): update learn nav data links (#15515 )
* Update docs-nav-data.json
* Update docs-nav-data.json
* website: fixes internal redirects (#15750 )
* chore: remove duplicate overview item (#15805 )
* Use `badge` for `<sup>` tags in nav data JSON files (#15928 )
* Replacing <sup> tags with badge
* Adding type and color to badges
* fix broken links in vault docs (#15976 )
* website: Update old learn links to redirect locations (#16047 )
* update previews to render developer UI
* update redirects
* adjust content so it is backwards compat
Co-authored-by: HashiBot <62622282+hashibot-web@users.noreply.github.com>
Co-authored-by: Kendall Strautman <36613477+kendallstrautman@users.noreply.github.com>
Co-authored-by: Ashlee M Boyer <43934258+ashleemboyer@users.noreply.github.com>
2022-09-22 08:11:04 -07:00
Christopher Swenson
2c11121c19
Update docs for helm 0.22.0 ( #17072 )
...
Update docs for helm 0.22.0
Including Prometheus Operator support.
Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
2022-09-08 15:30:32 -07:00
Jason O'Donnell
ced0109c41
docs/k8s: use pod labels for upgrades ( #17059 )
...
* docs/helm: use pod labels for upgrades
* Grammar
* Update website/content/docs/platform/k8s/helm/run.mdx
Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
* Update website/content/docs/platform/k8s/helm/run.mdx
Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
2022-09-08 11:13:11 -04:00
Theron Voran
2ab297a24f
docs/vault-helm: updates for the v0.21.0 release ( #16731 )
...
Also added a partial for the helm version note.
2022-08-16 14:56:30 -07:00
jweissig
2cdfce9967
docs: Update required OpenShift version ( #9738 )
...
Helm 3 support was added in OpenShift 4.3 [1]. So, we might support 4.X but if we require Helm 3 then we need to start at 4.3. Just didn't want someone to try 4.0-4.2 and wonder why it wasn't working because Helm 3 isn't supported.
[1] https://www.openshift.com/blog/openshift-4-3-deploy-applications-with-helm-3
2022-08-16 15:45:06 -04:00
Theron Voran
66ef22b735
docs/k8s: adding terraform config examples ( #16121 )
...
Adding a terraform examples page for configuring vault-helm.
Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
2022-07-26 20:43:26 -04:00
Steven Zamborsky
c0b0c4fde7
Add an "Important Note" regarding EKS CSR approval. ( #16406 )
2022-07-21 13:34:03 -07:00
Wojtek Czekalski
d05e8d1222
Fix typo in the docs ( #16323 )
...
It's very confusing, `Volumes` are very similar to `volumes` and can cause confusion 😄
2022-07-21 10:42:46 -04:00
Kit Haines
a4b5813817
append slash to consul path in doc ( #15260 )
...
Co-authored-by: Chulki Lee <chulki.lee@gmail.com>
2022-07-14 12:27:31 -07:00
Loann Le
752c7374a9
vault documentation: updated examples to use volumes ( #16175 )
...
* updated examples to use volumes
* Update website/content/docs/platform/k8s/helm/examples/ha-with-consul.mdx
Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
* Update website/content/docs/platform/k8s/helm/examples/standalone-tls.mdx
Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
* Update website/content/docs/platform/k8s/helm/run.mdx
Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
* Update website/content/docs/platform/k8s/helm/run.mdx
Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
2022-07-05 08:32:51 -07:00
Christopher Swenson
4ea2b0036d
Update helm standalone TLS doc for k8s 1.22 ( #16029 )
...
Update helm standalone TLS doc for k8s 1.22
The `CertificateSigningRequest` for `v1beta1` API is no longer
available, and now requires the `signerName` parameter.
Many thanks to @DavidRBanks for the helpful notes in
https://github.com/hashicorp/vault-helm/issues/243#issuecomment-962551898
I tested this on Kubernetes 1.21 and 1.24. I also adjusted the `tr`
command to work better on macOS (and still works fine on Linux).
2022-06-17 10:07:39 -07:00
Tom Proctor
4ee10e4809
docs: Update CSI Provider command line arguments ( #15810 )
2022-06-07 10:20:47 +01:00
Christopher Swenson
23c135f2a6
docs/k8s: update for latest helm release 0.20.1 ( #15647 )
2022-05-26 11:59:54 -07:00
Andy Assareh
c559f6e8b7
typo: adding missing word 'may' ( #14503 )
2022-05-20 08:41:51 -04:00
claudex
226d7c4c59
Fix typo in documentation ( #15530 )
2022-05-20 08:22:57 -04:00
Tom Proctor
1bb40eee16
Update documentation for vault-helm v0.20.0 release ( #15450 )
2022-05-18 09:50:15 +01:00
Jason O'Donnell
d450b7899f
docs: add note about requiring 3.6+ helm ( #15480 )
2022-05-17 17:02:26 -04:00
Loann Le
0dc6728228
capped perf replication ( #15338 )
2022-05-09 14:38:35 -07:00
Hamid Ghaf
2ee602cfdd
removing prem/pro references as part of removing some build targets ( #15278 )
2022-05-06 09:09:42 -04:00
Jason O'Donnell
716430d3e7
docs/agent: merge template and template config ( #15117 )
...
* docs/agent: merge template and template config
* Fix example
* Update per review
2022-04-21 16:23:27 -04:00
Loann Le
1b62e17f89
changed reference from learn to tutorial ( #14868 )
2022-04-04 10:05:34 -07:00
Loann Le
90fdfa6b78
updated references from learn to tutorial ( #14866 )
2022-04-04 10:04:50 -07:00
Loann Le
1bde888f95
fixed a link issue ( #14850 )
2022-04-01 14:53:41 -07:00
Loann Le
95555b9dd4
Vault documentation: changing references from learn to tutorial ( #14844 )
...
* changed learn to tutorial references
* changed learn to tutorial
* Update website/content/docs/plugins/plugin-portal.mdx
Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
* Update website/content/docs/platform/aws/run.mdx
Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
2022-04-01 13:37:38 -07:00
Jim Kalafut
75caf59093
Replace docs references to PUT with POST ( #14270 )
...
The operations are handled identically, but ~85% of the references were
POST, and having a mix of PUT and POST was a source of questions.
A subsequent commit will update the internal use of "PUT" such as by
the API client and -output-curl-string.
2022-02-25 06:52:24 -08:00
Loann Le
296fee0193
changed to upper-case for integrated storage ( #14037 )
2022-02-14 08:38:06 -08:00
Theron Voran
c01b9915b1
docs/helm: fix duplicate ingress tls section ( #13790 )
...
Combined the two Ingress sections into one, hopefully in the right
spot this time.
2022-02-03 22:48:23 -08:00
Rosemary Wang
e1165737dc
Update CSI provider installation on OpenShift ( #13763 )
...
Include recommendation to use Vault agent injector on OpenShift
instead of CSI due to production security constraints.
Additional instructions included for testing and development
clusters.
2022-01-26 07:44:15 -08:00
Theron Voran
a0ccdfcdb1
docs/k8s: Updates for vault-k8s 0.14.2 and vault-helm 0.19.0 ( #13748 )
...
Updated vault and chart versions, and some formatting from the
pre-commit hook. Also updated chart values.
2022-01-24 15:25:52 -08:00
Pascal Reeb
48dbe28b24
fix(docs-k8s-helm): changed server's podAntiAffinity labelSelector example to match helm default values ( #13140 )
2022-01-03 11:13:54 -08:00
Jason Peng
0bd6f5392c
Update openshift.mdx ( #13372 )
...
Consul Openshift is supported since Consul 1.9 as per https://www.hashicorp.com/blog/introducing-openshift-support-for-consul-on-kubernetes . Please verify.
2021-12-15 13:07:30 -08:00
Mike
4fd241c3d3
Fix case typo in docs ( #13259 )
2021-11-29 15:55:46 -05:00
Theron Voran
79ec6b7f3d
docs: updated for vault-k8s 0.14.1 vault-helm 0.18.0 ( #13199 )
...
* version bumps
* updated chart options
2021-11-18 18:08:35 -08:00
Martin Hristov
c933664eeb
docs: fixing the injector.webhookAnnotations annotation ( #13181 )
2021-11-17 18:19:33 -08:00
Rémi Lapeyre
677e2a1ca5
Fix some typos ( #12289 )
2021-11-15 14:52:04 -05:00
Gary Frederick
f16f3efed5
add missing back tick ( #12941 )
2021-11-02 14:06:17 -07:00
Theron Voran
96c49ee528
docs: updates for vault-k8s and vault-helm ( #12901 )
...
Documentation updates for vault-k8s 0.14.0 and vault-helm 0.17.0
releases.
2021-10-22 14:26:13 -07:00
Theron Voran
1210a9d319
docs: vault-k8s-0.13.1 vault-helm-0.16.1 ( #12680 )
...
Vault K8s 0.13.1 and Vault Helm 0.16.1 updated the default Vault
image, so making the corresponding docs updates here.
2021-09-30 08:49:56 -07:00
Theron Voran
b2418a3a8c
docs: vault-k8s 0.13.0 and vault-helm 0.16.0 ( #12573 )
2021-09-16 14:58:02 -07:00
klucks83
eca34706d7
Update Auto Unseal info to say KMS instead of EKS ( #10256 )
...
While EKS may be the managed kubernetes environment under the hood, I believe the idea behind this section of the documentation is to use AWS KMS for seal/unseal operations, not EKS. (i.e. The surrounding documentation is discussing other Auto Unseal options such as Google KMS.)
The use of the term EKS instead of KMS made it hard for me to discover this section of documentation, and was a little confusing at first until I realized the possible error.
2021-09-08 10:06:24 -07:00
Zadkiel
6d7ad94097
fix: update injector resources requirements ( #11198 )
2021-09-02 08:01:02 -07:00
Theron Voran
f90b7104cd
docs: updates for vault-helm-0.15.0 and vault-k8s-0.12.0 ( #12373 )
...
Also simplifies the cert-manager example
2021-08-23 09:39:36 -07:00