Skip to content

Commit

Permalink
update zen deployment meta api ns (#2279)
Browse files Browse the repository at this point in the history
Signed-off-by: YuChen <[email protected]>
  • Loading branch information
YCShen1010 authored Oct 31, 2024
1 parent 1072b49 commit db7b0ed
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions controllers/constant/odlm.go
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ spec:
labels:
operator.ibm.com/opreq-control: 'true'
name: meta-api-deploy
namespace: {{ .OperatorNs }}
namespace: "{{ .CPFSNs }}"
spec:
operandBindInfo: {}
- name: ibm-platformui-operator-v4.1
Expand All @@ -590,7 +590,7 @@ spec:
labels:
operator.ibm.com/opreq-control: 'true'
name: meta-api-deploy
namespace: {{ .OperatorNs }}
namespace: "{{ .CPFSNs }}"
spec:
operandBindInfo: {}
- name: ibm-platformui-operator-v4.2
Expand All @@ -601,7 +601,7 @@ spec:
labels:
operator.ibm.com/opreq-control: 'true'
name: meta-api-deploy
namespace: {{ .OperatorNs }}
namespace: "{{ .CPFSNs }}"
spec:
operandBindInfo: {}
- name: ibm-platformui-operator-v4.3
Expand All @@ -612,7 +612,7 @@ spec:
labels:
operator.ibm.com/opreq-control: 'true'
name: meta-api-deploy
namespace: {{ .OperatorNs }}
namespace: "{{ .CPFSNs }}"
spec:
operandBindInfo: {}
- name: ibm-platformui-operator-v4.4
Expand All @@ -623,7 +623,7 @@ spec:
labels:
operator.ibm.com/opreq-control: 'true'
name: meta-api-deploy
namespace: {{ .OperatorNs }}
namespace: "{{ .CPFSNs }}"
spec:
operandBindInfo: {}
- name: ibm-platformui-operator-v6.0
Expand All @@ -634,7 +634,7 @@ spec:
labels:
operator.ibm.com/opreq-control: 'true'
name: meta-api-deploy
namespace: {{ .OperatorNs }}
namespace: "{{ .CPFSNs }}"
spec:
operandBindInfo: {}
- name: ibm-platformui-operator-v6.1
Expand Down Expand Up @@ -2364,7 +2364,7 @@ spec:
labels:
operator.ibm.com/opreq-control: 'true'
name: meta-api-deploy
namespace: {{ .OperatorNs }}
namespace: {{ .SerivcesNs }}
spec:
operandBindInfo: {}
- name: ibm-platformui-operator
Expand Down

0 comments on commit db7b0ed

Please sign in to comment.