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

14 lines
477 B
YAML
Raw Normal View History

2020-09-25 18:35:57 +00:00
apiVersion: portshift.io/v1
kind: PortshiftInstaller
metadata:
name: portshiftinstaller
namespace: {{ .Release.Namespace }}
labels:
app: {{ template "portshift-operator.name" . }}
chart: {{ template "portshift-operator.chart" . }}
heritage: {{ .Release.Service }}
release: {{ .Release.Name }}
spec:
managementUrl: {{ .Values.operator.portshiftinstaller.managementUrl }}
portshiftClusterId: {{ .Values.operator.portshiftinstaller.portshiftClusterId }}