Skip to content

Commit

Permalink
Meta api entry cherry-pick (#2283)
Browse files Browse the repository at this point in the history
* removed platformui-operator-v6.0 from cherry-pick

Signed-off-by: Henry Li <[email protected]>

* removed platformui-operator-v6.0 from cherry-pick

Signed-off-by: Henry Li <[email protected]>

* fix meta api ns typo (#2282)

Signed-off-by: YuChen <[email protected]>

---------

Signed-off-by: Henry Li <[email protected]>
Signed-off-by: YuChen <[email protected]>
Co-authored-by: YuChen Shen <[email protected]>
  • Loading branch information
bitscuit and YCShen1010 authored Oct 31, 2024
1 parent 5527ebc commit c4d4c99
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions controllers/constant/odlm.go
Original file line number Diff line number Diff line change
Expand Up @@ -442,18 +442,58 @@ 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: "{{ .CPFSNs }}"
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: "{{ .CPFSNs }}"
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: "{{ .CPFSNs }}"
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: "{{ .CPFSNs }}"
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: "{{ .CPFSNs }}"
spec:
operandBindInfo: {}
`
Expand Down Expand Up @@ -2136,6 +2176,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: "{{ .ServicesNs }}"
spec:
operandBindInfo: {}
- name: ibm-platformui-operator
Expand Down

0 comments on commit c4d4c99

Please sign in to comment.