2022-01-21 19:15:27 +00:00
|
|
|
apiVersion: v1
|
|
|
|
kind: ServiceAccount
|
|
|
|
metadata:
|
2022-12-01 22:20:33 +00:00
|
|
|
name: storageos-operator
|
2022-01-21 19:15:27 +00:00
|
|
|
namespace: {{ .Release.Namespace }}
|
|
|
|
labels:
|
|
|
|
app: {{ template "storageos.name" . }}
|
|
|
|
app.kubernetes.io/component: operator
|
|
|
|
chart: {{ template "storageos.chart" . }}
|
|
|
|
release: {{ .Release.Name }}
|
|
|
|
heritage: {{ .Release.Service }}
|
2023-03-10 23:07:57 +00:00
|
|
|
{{- with .Values.images.imagePullSecrets }}
|
|
|
|
imagePullSecrets:
|
|
|
|
{{- toYaml . | nindent 2 }}
|
|
|
|
{{- end }}
|