rancher-partner-charts/charts/portshift-operator/templates/serviceaccount.yaml

11 lines
298 B
YAML

apiVersion: v1
kind: ServiceAccount
metadata:
name: portshift-operator
namespace: {{ .Release.Namespace }}
labels:
app: {{ template "portshift-operator.name" . }}
chart: {{ template "portshift-operator.chart" . }}
heritage: {{ .Release.Service }}
release: {{ .Release.Name }}