mirror of
https://github.com/open-cluster-management-io/ocm.git
synced 2026-02-14 18:09:57 +00:00
revert the app label (#1073)
Some checks failed
Scorecard supply-chain security / Scorecard analysis (push) Failing after 1m20s
Post / coverage (push) Failing after 35m32s
Post / images (amd64) (push) Failing after 8m14s
Post / images (arm64) (push) Failing after 7m55s
Post / image manifest (push) Has been skipped
Post / trigger clusteradm e2e (push) Has been skipped
Close stale issues and PRs / stale (push) Successful in 49s
Some checks failed
Scorecard supply-chain security / Scorecard analysis (push) Failing after 1m20s
Post / coverage (push) Failing after 35m32s
Post / images (amd64) (push) Failing after 8m14s
Post / images (arm64) (push) Failing after 7m55s
Post / image manifest (push) Has been skipped
Post / trigger clusteradm e2e (push) Has been skipped
Close stale issues and PRs / stale (push) Successful in 49s
Signed-off-by: Zhiwei Yin <zyin@redhat.com>
This commit is contained in:
@@ -14,11 +14,11 @@ spec:
|
||||
replicas: {{ .Replica }}
|
||||
selector:
|
||||
matchLabels:
|
||||
app: {{ .ClusterManagerName }}-addon-manager-controller
|
||||
app: clustermanager-addon-manager-controller
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: {{ .ClusterManagerName }}-addon-manager-controller
|
||||
app: clustermanager-addon-manager-controller
|
||||
{{ if gt (len .Labels) 0 }}
|
||||
{{ range $key, $value := .Labels }}
|
||||
"{{ $key }}": "{{ $value }}"
|
||||
|
||||
@@ -14,11 +14,11 @@ spec:
|
||||
replicas: {{ .Replica }}
|
||||
selector:
|
||||
matchLabels:
|
||||
app: {{ .ClusterManagerName }}-placement-controller
|
||||
app: clustermanager-placement-controller
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: {{ .ClusterManagerName }}-placement-controller
|
||||
app: clustermanager-placement-controller
|
||||
{{ if gt (len .Labels) 0 }}
|
||||
{{ range $key, $value := .Labels }}
|
||||
"{{ $key }}": "{{ $value }}"
|
||||
|
||||
@@ -14,11 +14,11 @@ spec:
|
||||
replicas: {{ .Replica }}
|
||||
selector:
|
||||
matchLabels:
|
||||
app: {{ .ClusterManagerName }}-registration-controller
|
||||
app: clustermanager-registration-controller
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: {{ .ClusterManagerName }}-registration-controller
|
||||
app: clustermanager-registration-controller
|
||||
{{ if gt (len .Labels) 0 }}
|
||||
{{ range $key, $value := .Labels }}
|
||||
"{{$key}}": "{{$value}}"
|
||||
|
||||
Reference in New Issue
Block a user