Skip to content

Commit

Permalink
Prettify link
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
xevien96 and github-actions[bot] authored Jan 14, 2025
1 parent 7fa331f commit 831a10c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,8 @@ Package this class and all its dependencies as a JAR, for example `my-secret-pro
provider implementation. Add this JAR to the runtime environment, depending on your deployment setup.
Your secret provider will serve secrets as implemented.

For use with [Camunda Helm charts]([https://docs.camunda.io/docs/next/self-managed/setup/install/](https://artifacthub.io/packages/helm/camunda/camunda-platform)), you can build an init container to create a volume with your secret provider and then mount in to the connectors pod. You can for example use the following file as input for your helm install command:
For use with [Camunda Helm charts](<[https://docs.camunda.io/docs/next/self-managed/setup/install/](https://artifacthub.io/packages/helm/camunda/camunda-platform)>), you can build an init container to create a volume with your secret provider and then mount in to the connectors pod. You can for example use the following file as input for your helm install command:

```bash
connectors:
extraVolumes:
Expand Down

0 comments on commit 831a10c

Please sign in to comment.