code-server/ci/helm-chart/templates
Timur Sultanaev 1ffca5751c introduce extraInitContainers to helm chart
New extraInitContainers configuration added.
It allows to pass template with a list of containers to execute before
main code-server container started. Main container will only start when
all init containers are  completed (exited with 0 code).

 Additionally changes the way extraContainers is used - instead of
 toYaml use tpl, because this allows to
 reference any values from extraContainers string.
2021-05-20 17:52:35 +02:00
..
tests helm: Move chart into ci/helm-chart 2020-11-13 17:27:52 -05:00
NOTES.txt helm: Move chart into ci/helm-chart 2020-11-13 17:27:52 -05:00
_helpers.tpl helm: Move chart into ci/helm-chart 2020-11-13 17:27:52 -05:00
deployment.yaml introduce extraInitContainers to helm chart 2021-05-20 17:52:35 +02:00
ingress.yaml helm: Move chart into ci/helm-chart 2020-11-13 17:27:52 -05:00
pvc.yaml helm: Move chart into ci/helm-chart 2020-11-13 17:27:52 -05:00
secrets.yaml helm: Move chart into ci/helm-chart 2020-11-13 17:27:52 -05:00
service.yaml helm: Move chart into ci/helm-chart 2020-11-13 17:27:52 -05:00
serviceaccount.yaml helm: Move chart into ci/helm-chart 2020-11-13 17:27:52 -05:00