From 5a6e511b4723b272f867c3022556256b6a2e7869 Mon Sep 17 00:00:00 2001 From: AndrYurk Date: Tue, 21 Jan 2025 16:47:01 +0100 Subject: [PATCH] feat:Add the folder path to the vault helm values --- charts/tractusx-connector/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/tractusx-connector/README.md b/charts/tractusx-connector/README.md index 700632aa6..0d7a86cd0 100644 --- a/charts/tractusx-connector/README.md +++ b/charts/tractusx-connector/README.md @@ -297,6 +297,7 @@ helm install my-release tractusx-edc/tractusx-connector --version 0.8.0 \ | tests.hookDeletePolicy | string | `"before-hook-creation,hook-succeeded"` | Configure the hook-delete-policy for Helm tests | | vault.hashicorp.healthCheck.enabled | bool | `true` | | | vault.hashicorp.healthCheck.standbyOk | bool | `true` | | +| vault.hashicorp.paths.folder | string | `""` | | | vault.hashicorp.paths.health | string | `"/v1/sys/health"` | | | vault.hashicorp.paths.secret | string | `"/v1/secret"` | | | vault.hashicorp.timeout | int | `30` | | @@ -306,7 +307,6 @@ helm install my-release tractusx-edc/tractusx-connector --version 0.8.0 \ | vault.server.dev.devRootToken | string | `"root"` | | | vault.server.dev.enabled | bool | `true` | | | vault.server.postStart | string | `nil` | | -| vault.hashicorp.paths.folder | string | `""` | | ---------------------------------------------- Autogenerated from chart metadata using [helm-docs](https://github.com/norwoodj/helm-docs/)