NOTE: this repository is now deprecated. Please only update kubernetes-base-addons unless a fix from there should also be backported for konvoy <= 1.2.
This is a repository for Addon
resources managed by Kubeaddons
.
See our contributing documentation for details on how to contribute to this repo.
- provides a repository for storing addon resources with default configurations
- provides alternative configurations for addons for specific cloud providers
Logic for addon configurations doesn't belong in these configurations, nor should changes here cover the scope of adding or managing additional resources for an addon (resources can be added via charts).
If optional initContainer or job functionality is needed for an addon you're working on you may want to use kubeaddons extrasteps to add your custom logic and build a docker image for use here. It may be more appropriate to add these containers to Charts however if they're absolutely required for the application's function.