Archived
1
0
Commit Graph

7 Commits

Author SHA1 Message Date
3ad618db97 feat: Add support for imagePullSecrets to Helm chart (#4838)
* add support for imagePullSecrets

* Add doc and example value for imagePullSecrets

* simplify syntax for imagePullSecrets

Co-authored-by: Joe Previte <jjprevite@gmail.com>
2022-02-14 15:34:07 -07:00
177f0ed163 feat: support ingressClassName in Helm Chart (#4844)
Allow configuring the ingress class via a value.
2022-02-10 15:16:35 -08:00
ccb9d948c0 fix NOTE.txt (#4515) 2021-11-16 09:46:39 -07:00
cdf0deb534 fix volumes (#4497) 2021-11-12 10:10:47 -07:00
5a36627aae Use Ingress v1 from k8s v1.19 2021-09-25 23:07:06 +09:00
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
52ea32f4a7 helm: Move chart into ci/helm-chart 2020-11-13 17:27:52 -05:00