mirror of
https://github.com/cdr/code-server.git
synced 2025-12-11 02:45:32 +01:00
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. |
||
|---|---|---|
| .. | ||
| tests | ||
| _helpers.tpl | ||
| deployment.yaml | ||
| ingress.yaml | ||
| NOTES.txt | ||
| pvc.yaml | ||
| secrets.yaml | ||
| service.yaml | ||
| serviceaccount.yaml | ||