Skip to content
  • Timur Sultanaev's avatar
    introduce extraInitContainers to helm chart · 1ffca575
    Timur Sultanaev authored
    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.
    1ffca575
To find the state of this project's repository at the time of any of these versions, check out the tags.