Skip to content

Commit

Permalink
Merge pull request #495 from piyush-garg/fix_lint
Browse files Browse the repository at this point in the history
Fix lint issue in release yaml
  • Loading branch information
openshift-merge-robot committed Aug 17, 2020
2 parents aa7831b + 5477533 commit e3f28a0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion config/201-clusterrolebinding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,3 @@ roleRef:
kind: ClusterRole
name: tekton-pipelines-leader-election
apiGroup: rbac.authorization.k8s.io

2 changes: 1 addition & 1 deletion config/config-defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ data:
# TaskRun specific sink, so the default is the only option available.
# If no sink is specified, no CloudEvent is generated
# default-cloud-events-sink:
# default-task-run-workspace-binding contains the default workspace
# configuration provided for any Workspaces that a Task declares
# but that a TaskRun does not explicitly provide.
Expand Down
3 changes: 1 addition & 2 deletions openshift/release/tektoncd-pipeline-v0.15.2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,6 @@ roleRef:
name: tekton-pipelines-leader-election
apiGroup: rbac.authorization.k8s.io


---
# Copyright 2020 The Tekton Authors
#
Expand Down Expand Up @@ -1286,7 +1285,7 @@ data:
# TaskRun specific sink, so the default is the only option available.
# If no sink is specified, no CloudEvent is generated
# default-cloud-events-sink:
# default-task-run-workspace-binding contains the default workspace
# configuration provided for any Workspaces that a Task declares
# but that a TaskRun does not explicitly provide.
Expand Down

0 comments on commit e3f28a0

Please sign in to comment.