1
0
Fork 0
mirror of https://github.com/external-secrets/external-secrets.git synced 2024-12-15 17:51:01 +00:00
Signed-off-by: dubs11kt <dubs11kt@gmail.com>

Signed-off-by: dubs11kt <dubs11kt@gmail.com>
This commit is contained in:
oddy 2022-12-17 03:37:07 +09:00 committed by GitHub
parent 269fd0e88d
commit 7839ab6447
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)