rancher-charts/charts/longhorn/100.2.3+up1.3.2/templates/serviceaccount.yaml

10 lines
293 B
YAML
Raw Normal View History

2022-10-21 20:26:15 +00:00
apiVersion: v1
kind: ServiceAccount
metadata:
name: longhorn-service-account
namespace: {{ include "release_namespace" . }}
labels: {{- include "longhorn.labels" . | nindent 4 }}
{{- with .Values.serviceAccount.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}