Skip to content
  • Philip Schwartz's avatar
    Add service definition in config for K8s executor · d8c14e71
    Philip Schwartz authored and Steve Xuereb's avatar Steve Xuereb committed
    Allow the user to specify services inside of the `config.toml` for the
    kubernetes executor, for example:
    
    ```
    [runners.kubernetes]
      services = ["mysql", "redis:2.8", "postgres:9"]
    ```
    
    reference https://gitlab.com/gitlab-org/gitlab-runner/issues/4470
    d8c14e71