longhorn/chart/templates/serviceaccount.yaml

7 lines
174 B
YAML
Raw Permalink Normal View History

2019-05-08 17:21:58 +00:00
apiVersion: v1
kind: ServiceAccount
metadata:
name: longhorn-service-account
namespace: {{ .Release.Namespace }}
labels: {{- include "longhorn.labels" . | nindent 4 }}