mirror of https://git.rancher.io/charts
10 lines
293 B
YAML
10 lines
293 B
YAML
|
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 }}
|