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

11 lines
298 B
YAML
Raw Normal View History

2020-09-25 18:35:57 +00:00
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 }}