mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-10 11:41:27 +00:00
* feat(kustomize): add github-webhook-server overlay * chore(kustomize): add image to github-webhook-server overlay * feat(kustomize): drop sync-period
13 lines
226 B
YAML
13 lines
226 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
images:
|
|
- name: controller
|
|
newName: summerwind/actions-runner-controller
|
|
newTag: latest
|
|
|
|
resources:
|
|
- deployment.yaml
|
|
- rbac.yaml
|
|
- service.yaml
|