Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 589 Bytes

configuration-dependencies.md

File metadata and controls

12 lines (10 loc) · 589 Bytes

Finding Configuration Dependencies

If you want to update your configuration dependencies with smaller providers, you can use the find-dependencies.sh script. That script requires the path of the configuration files as an environment variable and traverse the composition files to find which smaller providers are required by the configuration. It outputs a yaml list of the smaller providers with corresponding versions and that list can be copy-pasted to the crossplane.yaml file directly.

export CONF_PATH=<root path of the configuration files>
./find-dependencies.sh