4 Commits

Author SHA1 Message Date
Tristan Cacqueray
20f634230d Add initial withCertManager input toggle
This change adds a new input toggle to enable using a cert-manager service.
The operator currently only setup a selfSigned CA.

Change-Id: Ifc63768a87f9508c66e4414d5286bae2969985e7
2020-04-15 00:04:21 +00:00
Tristan Cacqueray
0f759638f3 Update dhall-kubernetes version to v4.0.0
This change update the kubernetes binding to use the new
Optional types. The main consequence is that all the fields that
are optional needs to be prefixed with Some. This let us remove
the `--omit-empty` parameter resulting in cleaner resources where
we don't need to set a dummy emptyDir medium value.

See this issue for the details:
https://github.com/dhall-lang/dhall-kubernetes/issues/86

Change-Id: I23a0a028909208cd58f57a6f07ee93090b3f3a1a
2020-04-06 13:36:46 +00:00
Tristan Cacqueray
28ea866426 Adapt the integration playbook to be usable locally
This change adds some utility files to help with
running the zuul job locally.

Change-Id: I427ca493e456f4d80350921212d3bbcccbf1c6be
2020-03-31 12:20:47 +00:00
Tristan Cacqueray
ebc121774b Add CONTRIBUTE file
This change adds some developper documentation.

Change-Id: I5b366b1e30a6e4c095ce859587261f76b75d4c3e
2020-03-13 21:43:10 +00:00