docs/k8s: Updates for vault-k8s 0.14.2 and vault-helm 0.19.0#13748
Merged
docs/k8s: Updates for vault-k8s 0.14.2 and vault-helm 0.19.0#13748
Conversation
And some formatting from the pre-commit hook
tomhjp
approved these changes
Jan 24, 2022
| @@ -0,0 +1,16 @@ | |||
| ```sh | |||
pull bot
pushed a commit
to mayocream/vault
that referenced
this pull request
Apr 16, 2026
… (hashicorp#13900) - Implement read configuration test - Add read non-existent role error handling test - Add read after update test - Add list multiple roles test - Follow established patterns with constants and helper reuse - All tests verify no sensitive data in responses Co-authored-by: Luis (LT) Carbonell <lt.carbonell@hashicorp.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updating the doc for the latest releases of Vault K8s and Vault Helm:
https://github.com/hashicorp/vault-k8s/blob/main/CHANGELOG.md#0142-january-19-2022
https://github.com/hashicorp/vault-helm/blob/main/CHANGELOG.md#0190-january-20th-2022
Something a little different this time is the addition of partials for the helm commands that are duplicated across the docs. Now they are included from
website/content/partials/helm/{install,repo}.mdx.