mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-15 17:51:01 +00:00
Fix typo (#1826)
Signed-off-by: dubs11kt <dubs11kt@gmail.com> Signed-off-by: dubs11kt <dubs11kt@gmail.com>
This commit is contained in:
parent
269fd0e88d
commit
7839ab6447
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ Exernal Secrets comes with three components: `Core Controller`, `Webhook` and `C
|
|||
This is due to the need to implement conversion webhooks in order to convert custom resources between api versions and
|
||||
to provide a ValidatingWebhook for the `ExternalSecret` and `SecretStore` resources.
|
||||
|
||||
These features are optional but highly recommended. You can disable them with hem chart values `certController.create=false` and `webhook.create=false`.
|
||||
These features are optional but highly recommended. You can disable them with helm chart values `certController.create=false` and `webhook.create=false`.
|
||||
|
||||
<br/>
|
||||
![Component Overview](../pictures/diagrams-component-overview.png)
|
Loading…
Reference in a new issue