gardener-community / cloudprofiles

A public collection of gardener cloudprofiles
2 stars 1 forks source link

Gardener cloud profiles

How to add a new cloud profile

If you want to add your own cloud profile, head over to charts/cloudprofiles/chart. Copy one of the existing folders and name the copy as desired.

If you want to add an OpenStack based cloud, make sure to copy from another OpenStack based one to make things easier.

In Chart.yaml change the name parameter to the same name of the folder itself.

In values.yaml a lot more needs to be changed:

Leave the rest of the files and folders untouched.

Next, head over to charts/cloudprofiles/values.yaml and add your profile at the end of the file in the given pattern.

Finally increase the version number of the chart in charts/cloudprofiles/Chart.yaml