actions-runner-controller/config/crd
Thejas N 588872a316
feat: allow ephemeral runner to be optional (#498)
- Adds `ephemeral` option to `runner.spec` 
    
    ```
      ....
      template:
         spec:
             ephemeral: false
             repository: mumoshu/actions-runner-controller-ci
      ....
    ```
- `ephemeral` defaults to `true`
- `entrypoint.sh` in runner/Dockerfile modified to read `RUNNER_EPHEMERAL` flag
- Runner images are backward-compatible. `--once` is omitted only when the new envvar `RUNNER_EPHEMERAL` is explicitly set to `false`.

Resolves #457
2021-05-02 19:04:14 +09:00
..
bases feat: allow ephemeral runner to be optional (#498) 2021-05-02 19:04:14 +09:00
patches Initial commit 2020-01-28 15:03:23 +09:00
kustomization.yaml Do include currently missing HRA CRD in the released manifests 2020-08-05 08:38:49 +09:00
kustomizeconfig.yaml Initial commit 2020-01-28 15:03:23 +09:00