Skip to content

Commit

Permalink
docs: update helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
ramizpolic committed Jun 7, 2024
1 parent 0f46b82 commit 6f197c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/charts/secrets-webhook/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ The following table lists the configurable parameters of the Helm chart.
| `webhookClientConfig.useUrl` | bool | `false` | Use url if webhook should be contacted over loadbalancer or ingress instead of service object. By default, the mutating webhook uses the service of the webhook directly to contact webhook. |
| `webhookClientConfig.url` | string | `"https://example.com"` | Set the url how the webhook should be contacted, including the protocol |
| `secretInit.repository` | string | `"ghcr.io/bank-vaults/secret-init"` | Container image repo that contains the secret-init container |
| `secretInit.tag` | string | `"v0.1.0"` | Container image tag for the secret-init container |
| `secretInit.tag` | string | `"v0.2.0"` | Container image tag for the secret-init container |
| `env` | object | `{}` | Custom environment variables available to webhook |
| `initContainers` | list | `[]` | Containers to run before the webhook containers are started |
| `metrics.enabled` | bool | `false` | Enable metrics service for the webhook |
Expand Down

0 comments on commit 6f197c5

Please # to comment.