From b49c3cb333d12013b4f00a5a4547b29f4094ced6 Mon Sep 17 00:00:00 2001 From: Lenny Chen <55669665+lennessyy@users.noreply.github.com> Date: Mon, 6 Nov 2023 11:31:08 -0800 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Karl Cardenas Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com> --- docs/docs-content/integrations/vault.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs-content/integrations/vault.md b/docs/docs-content/integrations/vault.md index 59082d7e0e..c0a451005b 100644 --- a/docs/docs-content/integrations/vault.md +++ b/docs/docs-content/integrations/vault.md @@ -81,11 +81,11 @@ You can do so by following these steps: kubectl port-forward $APP_NAME 8200:8200 --namespace $VAULT_NAMESPACE ``` -8. Open your browser and access the [Vault UI](https://localhost:8200/ui. You will receive a warning due to using a self-signed certificate, but you can ignore this warning. Follow the prompts on the UI to initialize your root token. +8. Open your browser and access the [Vault UI](https://localhost:8200/ui). You will receive a warning due to using a self-signed certificate, but you can ignore this warning. Follow the prompts on the UI to initialize your root token. :::tip -If you don't want to use the Vault UI, you can also initialize and unseal Vault using the Vault CLI or API. For more information, refer to [Vault documentation](https://developer.hashicorp.com/vault/docs/platform/k8s/helm/run#initialize-and-unseal-vault). +If you do not want to use the Vault UI, you can also initialize and unseal Vault using the Vault CLI or API. For more information, refer to [Vault documentation](https://developer.hashicorp.com/vault/docs/platform/k8s/helm/run#initialize-and-unseal-vault). ::: @@ -93,7 +93,7 @@ If you don't want to use the Vault UI, you can also initialize and unseal Vault You can reference the Vault pack in Terraform with a data resource: -```tf +```hcl data "spectrocloud_registry" "public_registry" { name = "Public Repo" }