Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 56 additions & 0 deletions controllers/constant/odlm.go
Original file line number Diff line number Diff line change
Expand Up @@ -572,21 +572,69 @@ metadata:
spec:
services:
- name: ibm-platformui-operator-v4.0
resources:
- apiVersion: apps/v1
force: true
kind: Deployment
labels:
operator.ibm.com/opreq-control: 'true'
name: meta-api-deploy
namespace: {{ .OperatorNs }}
spec:
operandBindInfo: {}
- name: ibm-platformui-operator-v4.1
resources:
- apiVersion: apps/v1
force: true
kind: Deployment
labels:
operator.ibm.com/opreq-control: 'true'
name: meta-api-deploy
namespace: {{ .OperatorNs }}
spec:
operandBindInfo: {}
- name: ibm-platformui-operator-v4.2
resources:
- apiVersion: apps/v1
force: true
kind: Deployment
labels:
operator.ibm.com/opreq-control: 'true'
name: meta-api-deploy
namespace: {{ .OperatorNs }}
spec:
operandBindInfo: {}
- name: ibm-platformui-operator-v4.3
resources:
- apiVersion: apps/v1
force: true
kind: Deployment
labels:
operator.ibm.com/opreq-control: 'true'
name: meta-api-deploy
namespace: {{ .OperatorNs }}
spec:
operandBindInfo: {}
- name: ibm-platformui-operator-v4.4
resources:
- apiVersion: apps/v1
force: true
kind: Deployment
labels:
operator.ibm.com/opreq-control: 'true'
name: meta-api-deploy
namespace: {{ .OperatorNs }}
spec:
operandBindInfo: {}
- name: ibm-platformui-operator-v6.0
resources:
- apiVersion: apps/v1
force: true
kind: Deployment
labels:
operator.ibm.com/opreq-control: 'true'
name: meta-api-deploy
namespace: {{ .OperatorNs }}
spec:
operandBindInfo: {}
- name: ibm-platformui-operator-v6.1
Expand Down Expand Up @@ -2309,6 +2357,14 @@ spec:
- name: ibm-im-operator
registry: common-service
- name: ibm-zen-operator
resources:
- apiVersion: apps/v1
force: true
kind: Deployment
labels:
operator.ibm.com/opreq-control: 'true'
name: meta-api-deploy
namespace: {{ .OperatorNs }}
spec:
operandBindInfo: {}
- name: ibm-platformui-operator
Expand Down
Loading