Remove leftover reference to StoreConfigs

They're removed in v2

Signed-off-by: Nic Cope <nicc@rk0n.org>
This commit is contained in:
Nic Cope 2025-03-28 21:16:37 -07:00
parent 3e28b5b768
commit 0166c54060
1 changed files with 0 additions and 2 deletions

View File

@ -31,8 +31,6 @@ The core CRDs installed by the init container include:
* CompositeResourceDefinitions, Compositions, Configurations and Providers
* Locks to manage package dependencies
* DeploymentRuntimeConfigs to apply settings to installed Providers and Functions
* StoreConfigs for connecting external secret stores like
[HashiCorp Vault](https://www.vaultproject.io/)
{{< hint "note" >}}