summaryrefslogtreecommitdiff
path: root/data.d/k3s-master/manifests.d/tyilnet/cicd-system/argo-events/helm-chart.yaml
blob: 3acd2cdd6cb87957e266cb50ad9adefd49e6a1fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
apiVersion: helm.cattle.io/v1
kind: HelmChart
metadata:
  name: argo-events
  namespace: cicd-system
spec:
  repo: https://argoproj.github.io/argo-helm
  chart: argo-events
  valuesContent: |-
    controller:
      rbac:
        namespaced: true
      serviceAccount:
        name: argo-events
...