Allow to add annotations on the serviceAccount managed by the helm chart
Signed-off-by: signaleleven <michael.sacchi@signal-eleven.com> Co-authored-by: JenTing Hsiao <hsiaoairplane@gmail.com>
This commit is contained in:
parent
571bc65be2
commit
3bad923306
@ -4,3 +4,7 @@ metadata:
|
|||||||
name: longhorn-service-account
|
name: longhorn-service-account
|
||||||
namespace: {{ include "release_namespace" . }}
|
namespace: {{ include "release_namespace" . }}
|
||||||
labels: {{- include "longhorn.labels" . | nindent 4 }}
|
labels: {{- include "longhorn.labels" . | nindent 4 }}
|
||||||
|
{{- with .Values.serviceAccount.annotations }}
|
||||||
|
annotations:
|
||||||
|
{{- toYaml . | nindent 4 }}
|
||||||
|
{{- end }}
|
@ -227,3 +227,7 @@ namespaceOverride: ""
|
|||||||
|
|
||||||
# Annotations to add to the Longhorn Manager DaemonSet Pods. Optional.
|
# Annotations to add to the Longhorn Manager DaemonSet Pods. Optional.
|
||||||
annotations: {}
|
annotations: {}
|
||||||
|
|
||||||
|
serviceAccount:
|
||||||
|
# Annotations to add to the service account
|
||||||
|
annotations: {}
|
Loading…
Reference in New Issue
Block a user