Support resource templating via operator plugin #524
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
User Story
As a user I would like to template and apply my infrastructure manifests via operator plugin and reuse existing operator state for templating, so I don’t have to duplicate secrets location.
Detailed Description
Currently clusterctl is used to template cluster definitions by using local environment and clusterctl.yaml config. Clusterctl does not rely on cluster-api installation to provide data for templated definitions. Operator, on the other hand, is using secrets to enable a provider and prepare environment for it, therefore removing reliance on the local machine environment.
Operator plugin may leverage this state to template infrastructure definitions on submission.
Anything else you would like to add:
/kind feature
The text was updated successfully, but these errors were encountered: