rancher-partner-charts/charts/ondat/ondat-operator/templates/service-account.yaml

16 lines
425 B
YAML

apiVersion: v1
kind: ServiceAccount
metadata:
name: storageos-operator
namespace: {{ .Release.Namespace }}
labels:
app: {{ template "storageos.name" . }}
app.kubernetes.io/component: operator
chart: {{ template "storageos.chart" . }}
release: {{ .Release.Name }}
heritage: {{ .Release.Service }}
{{- with .Values.images.imagePullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 2 }}
{{- end }}