mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-22 01:17:16 +00:00
* fix(manifests): set appset controller label `app.kubernetes.io/part-of` to `argocd` This ensures that the applicationset-controller components are grouped with the rest of the argocd resources when used by other tools. The resources can still be identified as part of the applicationset-controller with the `app.kubernetes.io/name: argocd-applicationset-controller` label Signed-off-by: Nicholas Morey <nicholas@morey.tech> * refactor: component applicationset-controller Signed-off-by: Nicholas Morey <nicholas@morey.tech> * fix: revert bad paste Signed-off-by: Nicholas Morey <nicholas@morey.tech> * fix: bad replace Signed-off-by: Nicholas Morey <nicholas@morey.tech> * fix: another bad replace :( Signed-off-by: Nicholas Morey <nicholas@morey.tech> * fix: missed refactor Signed-off-by: Nicholas Morey <nicholas@morey.tech> --------- Signed-off-by: Nicholas Morey <nicholas@morey.tech>
9 lines
No EOL
258 B
YAML
9 lines
No EOL
258 B
YAML
---
|
|
apiVersion: v1
|
|
kind: ServiceAccount
|
|
metadata:
|
|
labels:
|
|
app.kubernetes.io/name: argocd-applicationset-controller
|
|
app.kubernetes.io/part-of: argocd
|
|
app.kubernetes.io/component: applicationset-controller
|
|
name: argocd-applicationset-controller |