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

Reviewed-on: #3172
Co-authored-by: gitea-bot <gitea-bot@alexlebens.net>
Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
2026-01-12 20:14:51 +00:00

15 lines
458 B
YAML

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