Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce extraInitContainers to helm chart #3393

Merged
merged 3 commits into from
May 20, 2021

Commits on May 20, 2021

  1. 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.
    tim-reply committed May 20, 2021
    Configuration menu
    Copy the full SHA
    1ffca57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1634349 View commit details
    Browse the repository at this point in the history
  3. chore: update CHANGELOG

    jsjoeio committed May 20, 2021
    Configuration menu
    Copy the full SHA
    43d72c5 View commit details
    Browse the repository at this point in the history