Files
infrastructure/clusters/cl01tl/manifests/argocd/ServiceAccount-argocd-applicationset-controller.yaml
gitea-bot fc6d578e15 Automated Manifest Update (#4845)
This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow.

### Details
- **Trigger**: `workflow_dispatch` by `@alexlebens`
- **Commit**: `dc837c2` (on `main`)
- **Charts Updated**: `mariadb-operator`

Reviewed-on: #4845
Co-authored-by: gitea-bot <gitea-bot@alexlebens.net>
Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
2026-03-18 17:10:02 +00:00

15 lines
462 B
YAML

apiVersion: v1
kind: ServiceAccount
automountServiceAccountToken: true
metadata:
name: argocd-applicationset-controller
namespace: argocd
labels:
helm.sh/chart: argo-cd-9.4.12
app.kubernetes.io/name: argocd-applicationset-controller
app.kubernetes.io/instance: argocd
app.kubernetes.io/component: applicationset-controller
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: argocd
app.kubernetes.io/version: "v3.3.4"