Vaibhav Pathak db7d1edb33 file changed
2026-02-05 14:53:20 +05:30

14 lines
435 B
YAML

{{- if .Values.serviceAccount.create -}}
apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ include "property-settings-svc-v2-chart.serviceAccountName" . }}
labels:
{{- include "property-settings-svc-v2-chart.labels" . | nindent 4 }}
{{- with .Values.serviceAccount.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
automountServiceAccountToken: {{ .Values.serviceAccount.automount }}
{{- end }}