mirror of
https://github.com/argoproj/argo-cd
synced 2026-05-24 09:50:08 +00:00
The recommended labels are the ones described here: https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/ The manifests labels should be in sync with the helm chart Also this is a follow up after the discussion from: https://github.com/argoproj/argo-cd/pull/1035
15 lines
438 B
YAML
15 lines
438 B
YAML
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: RoleBinding
|
|
metadata:
|
|
labels:
|
|
app.kubernetes.io/name: argocd-application-controller
|
|
app.kubernetes.io/part-of: argocd
|
|
app.kubernetes.io/component: application-controller
|
|
name: argocd-application-controller
|
|
roleRef:
|
|
apiGroup: rbac.authorization.k8s.io
|
|
kind: Role
|
|
name: argocd-application-controller
|
|
subjects:
|
|
- kind: ServiceAccount
|
|
name: argocd-application-controller
|