7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-05-29 12:20:49 +00:00
tutor/docs/reference
Foad Lind b8f773a5ef feat: Make it possible to customize k8s resources
Currently there is no way for plugins to customize Kubernetes resources
defined in Tutor deployment manifests.
This change makes that possible by taking advantage of the strategic
merge patching mechanism in `kustomization.yml`.
Any resource definition in a `k8s-override` patch in a plugin will
override the resource defined by Tutor, provided that their names match.

Reference: https://github.com/overhangio/tutor/pull/675
2022-06-28 10:30:24 +02:00
..
api/hooks feat: migrate to plugins.v1 with filters & actions 2022-04-15 15:30:54 +02:00
cli feat: migrate to plugins.v1 with filters & actions 2022-04-15 15:30:54 +02:00
index.rst feat: migrate to plugins.v1 with filters & actions 2022-04-15 15:30:54 +02:00
patches.rst feat: Make it possible to customize k8s resources 2022-06-28 10:30:24 +02:00