1
0
Fork 0
mirror of https://github.com/external-secrets/external-secrets.git synced 2024-12-15 17:51:01 +00:00
external-secrets/docs/api/components.md
oddy 7839ab6447
Fix typo (#1826)
Signed-off-by: dubs11kt <dubs11kt@gmail.com>

Signed-off-by: dubs11kt <dubs11kt@gmail.com>
2022-12-16 19:37:07 +01:00

581 B

hide
toc

Components

Overview

Exernal Secrets comes with three components: Core Controller, Webhook and Cert Controller.

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 helm chart values certController.create=false and webhook.create=false.


![Component Overview](../pictures/diagrams-component-overview.png)