1. 25 5月, 2021 21 次提交
  2. 24 5月, 2021 2 次提交
  3. 22 5月, 2021 10 次提交
  4. 21 5月, 2021 5 次提交
  5. 20 5月, 2021 2 次提交
    • T
      introduce extraInitContainers to helm chart · 1ffca575
      Timur Sultanaev 提交于
      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
    • B
      Add Pomerium · 9d7ac2aa
      bobby 提交于
      RE: https://github.com/pomerium/pomerium/pull/2223
      9d7ac2aa