14 lines
477 B
YAML
14 lines
477 B
YAML
|
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 }}
|