Skip to content

Commit

Permalink
Merge pull request #557 from amadhusu/am/RHOAIENG-1680
Browse files Browse the repository at this point in the history
Remove kind/resource type mentions from metadata.name in resources
  • Loading branch information
HumairAK committed Feb 8, 2024
2 parents df679fd + 68ac72f commit 4eb57c5
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions config/v2/cache/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
labels:
app: cache-deployer-clusterrole
name: cache-deployer-clusterrole
app: cache-deployer
name: cache-deployer
rules:
- apiGroups:
- certificates.k8s.io
Expand Down
2 changes: 1 addition & 1 deletion config/v2/exithandler/clusterrole.leaderelection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
labels:
app.kubernetes.io/instance: default
app.kubernetes.io/part-of: kfp-tekton
name: exithandler-leader-election-clusterrole
name: exithandler-leader-election
rules:
- apiGroups:
- coordination.k8s.io
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/component: controller
app.kubernetes.io/instance: default
app.kubernetes.io/part-of: kfp-tekton
name: exithandler-controller-cluster-access-clusterrole
name: exithandler-controller-cluster-access
rules:
- apiGroups:
- tekton.dev
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/component: controller
app.kubernetes.io/instance: default
app.kubernetes.io/part-of: kfp-tekton
name: exithandler-controller-tenant-access-clusterrole
name: exithandler-controller-tenant-access
rules:
- apiGroups:
- ""
Expand Down
2 changes: 1 addition & 1 deletion config/v2/kfptask/clusterrole.leaderelection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
labels:
app.kubernetes.io/instance: default
app.kubernetes.io/part-of: kfp-tekton
name: leader-election-clusterrole
name: leader-election
rules:
- apiGroups:
- coordination.k8s.io
Expand Down
2 changes: 1 addition & 1 deletion config/v2/kfptask/webhook/clusterrole.clusteraccess.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/component: webhook
app.kubernetes.io/instance: default
app.kubernetes.io/part-of: kfp-tekton
name: webhook-cluster-access-clusterrole
name: webhook-cluster-access
rules:
- apiGroups:
- apiextensions.k8s.io
Expand Down
2 changes: 1 addition & 1 deletion config/v2/pipelineloop/clusterrole.leaderelection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
labels:
app.kubernetes.io/instance: default
app.kubernetes.io/part-of: tekton-pipeline-loops
name: pipelineloop-leader-election-clusterrole
name: pipelineloop-leader-election
rules:
- apiGroups:
- coordination.k8s.io
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/component: controller
app.kubernetes.io/instance: default
app.kubernetes.io/part-of: tekton-pipeline-loops
name: pipelineloop-controller-tenant-access-clusterrole
name: pipelineloop-controller-tenant-access
rules:
- apiGroups:
- ""
Expand Down

0 comments on commit 4eb57c5

Please sign in to comment.