Files
Oliver 62a1514098 Add sealed secret chart (#8416)
* 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>
2018-12-20 02:47:24 -08:00

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