13 lines
281 B
YAML
13 lines
281 B
YAML
---
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
helmCharts:
|
|
- name: act-runner
|
|
repo: https://gringolito.github.io/helm-charts/
|
|
version: 0.2.0
|
|
releaseName: gitea-runner
|
|
includeCRDs: true
|
|
namespace: gitea-runner
|
|
valuesFile: values.yaml
|