File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
e2e/charts/logging-operator Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 72
72
tolerations :
73
73
{{- toYaml . | nindent 8 }}
74
74
{{- end }}
75
- {{- if .Values.rbac.enabled }}
75
+ {{- if .Values.rbac.serviceAccountName }}
76
+ serviceAccountName : {{ .Values.rbac.serviceAccountName }}
77
+ {{- else if .Values.rbac.enabled }}
76
78
serviceAccountName : {{ include "logging-operator.fullname" . }}
77
79
{{- end }}
Original file line number Diff line number Diff line change 70
70
# # Ref: https://kubernetes.io/docs/concepts/policy/pod-security-policy/#seccomp
71
71
# # Ref: https://kubernetes.io/docs/concepts/policy/pod-security-policy/#sysctl
72
72
73
+ # specify service account manually
74
+ # serviceAccountName: custom
75
+
73
76
monitoring :
74
77
serviceMonitor :
75
78
# -- Create a Prometheus Operator ServiceMonitor object.
You can’t perform that action at this time.
0 commit comments