kubricate / types / KubricateConfig
Interface: KubricateConfig
Properties
generate?
ts
optional generate: ProjectGenerateOptions;
metadata?
ts
optional metadata: ProjectMetadataOptions;
secret?
ts
optional secret: ProjectSecretOptions;
Secrets configuration
stacks?
ts
optional stacks: Record<string, BaseStack<FunctionLike<any, ResourceComposer<{
}>>, AnySecretManager>>;