2022-11-18 07:40:06 +00:00
|
|
|
---
|
|
|
|
# Source: external-dns/templates/serviceaccount.yaml
|
|
|
|
apiVersion: v1
|
|
|
|
kind: ServiceAccount
|
|
|
|
metadata:
|
|
|
|
name: external-dns
|
2022-12-20 08:00:59 +00:00
|
|
|
namespace: "default"
|
2022-11-18 07:40:06 +00:00
|
|
|
labels:
|
|
|
|
app.kubernetes.io/name: external-dns
|
2022-12-20 08:00:59 +00:00
|
|
|
helm.sh/chart: external-dns-6.12.2
|
2022-11-18 07:40:06 +00:00
|
|
|
app.kubernetes.io/instance: external-dns
|
|
|
|
app.kubernetes.io/managed-by: Helm
|
2022-12-20 08:00:59 +00:00
|
|
|
annotations:
|
2022-11-18 07:40:06 +00:00
|
|
|
automountServiceAccountToken: true
|