mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
* Create Initial deployment and service Signed-off-by: Oliver Boyle <olib963@users.noreply.github.com> * Add Custom Resource definition Signed-off-by: Oliver Boyle <olib963@users.noreply.github.com> * Add option to use custom secret Signed-off-by: Oliver Boyle <olib963@users.noreply.github.com> * Add RBAC and service account resources Signed-off-by: Oliver Boyle <olib963@users.noreply.github.com> * Add NOTES documentation on how to use sealed secrets Signed-off-by: Oliver Boyle <olib963@users.noreply.github.com> * Add README documentation Signed-off-by: Oliver Boyle <olib963@users.noreply.github.com> * Add documentation to values file Signed-off-by: Oliver Boyle <olib963@users.noreply.github.com> * Add lables to resources Signed-off-by: Oliver Boyle <olib963@users.noreply.github.com> * Add missing values for resources & image. Add .helmignore Signed-off-by: Oliver Boyle <olib963@users.noreply.github.com> * Use service account and fullname templates Signed-off-by: Oliver Boyle <olib963@users.noreply.github.com> * Fix linting issues Signed-off-by: Oliver Boyle <olib963@users.noreply.github.com> * Fix image name Signed-off-by: Oliver Boyle <olib963@users.noreply.github.com> * Address code review comments Signed-off-by: Oliver Boyle <olib963@users.noreply.github.com> * Use repository value Signed-off-by: Oliver Boyle <olib963@users.noreply.github.com> * Address code review comments Signed-off-by: Oliver Boyle <olib963@users.noreply.github.com> * Update labels to match new convention Signed-off-by: Oliver Boyle <olib963@users.noreply.github.com> * Add helm keep annotation Signed-off-by: Oliver Boyle <olib963@users.noreply.github.com> * Add maintainers and OWNERS Signed-off-by: Oliver Boyle <olib963@users.noreply.github.com> * Use github name Signed-off-by: Oliver Boyle <olib963@users.noreply.github.com> * Remove duplicate namespace Signed-off-by: Oliver Boyle <olib963@users.noreply.github.com> * Make keeping CRD configurable Signed-off-by: Oliver Boyle <olib963@users.noreply.github.com>
5 lines
117 B
YAML
5 lines
117 B
YAML
# CI is running on GKE, it requires the chart to clean up after itself so we cannot keep the CRD
|
|
|
|
crd:
|
|
keep: false
|