This repository has been archived by the owner on Apr 25, 2024. It is now read-only.
v0.1.0
Changes
- Templates & TemplateInstances can now be synced via the new template instance (spec.sync) property. Each time a template changes, all template instances of that template that should be synced will perform a three-way-merge (like helm 3 does) for each change in the template. If that fails, kiosk will try to reapply the patch every minute. (#6)
- Changed the layout of account (see #32 for more information) to allow definition of default labels and annotations.
- Restricted the validating webhook for the account quota to only namespaces that actually belong to an account (this had caused some trouble regarding starting and stopping kiosk)
- Fixed an issue where the template manifests were not correctly stored in etcd
- Fixed an issue where custom resources were not correctly handled by the account quota admission controller