infra/helm/platform/templates/serviceaccount.yaml
Metadata
- Purpose: Kubernetes Helm chart template or values configuration.
- Domain:
infrastructure - Language:
yaml - Bytes: 265
- Lines: 9
- Content hash (short):
0a37e42e - Source (start): infra/helm/platform/templates/serviceaccount.yaml:1
- Source (end): infra/helm/platform/templates/serviceaccount.yaml:9
Indexed Symbols
No indexed functions/methods detected in this file.
Markdown Headings (if applicable)
No markdown headings detected.
Source Preview
apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ .Values.global.serviceAccountName }}
namespace: {{ .Values.namespace.name }}
labels:
app.kubernetes.io/managed-by: helm
automountServiceAccountToken: {{ .Values.global.automountServiceAccountToken }}