mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-10 11:41:27 +00:00
* webhook server configuration with kustomize * Update README.md * Update README.md * Update README.md Co-authored-by: Yusuke Kuoka <ykuoka@gmail.com>
16 lines
280 B
YAML
16 lines
280 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
|
|
|
|
patchesStrategicMerge:
|
|
- gh-webhook-server-auth-proxy-patch.yaml
|