Skip to content

Commit

Permalink
feat:Add the folder path to the vault helm values
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrYurk committed Jan 21, 2025
1 parent 012a9ca commit 3accaac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/tractusx-connector/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` | |
Expand All @@ -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/)

0 comments on commit 3accaac

Please sign in to comment.