Skip to content

Commit

Permalink
Merge pull request tektoncd#471 from nikhil-thomas/update/config-patch
Browse files Browse the repository at this point in the history
Update eventlistener config patch
  • Loading branch information
nikhil-thomas authored Jun 16, 2021
2 parents 102cb88 + b3078a9 commit 0899736
Showing 1 changed file with 10 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
From 5d676bc8a8f5d5c01348559206751ac3839fff2c Mon Sep 17 00:00:00 2001
From: Piyush Garg <piyushgarg001@gmail.com>
Date: Thu, 7 Jan 2021 11:27:03 +0530
From 8c795971686a0e152fa96e1fed69ece9fb7ecb7b Mon Sep 17 00:00:00 2001
From: Nikhil Thomas <nikhilthomas1@gmail.com>
Date: Wed, 16 Jun 2021 13:41:56 +0530
Subject: [PATCH] Change eventlistener flag default value to false

Changing this default value to false will not set the
securitycontext on deployment as 65532 userid does
not work on openshift

Signed-off-by: Nikhil Thomas <nikthoma@redhat.com>
---
pkg/reconciler/v1alpha1/eventlistener/config.go | 2 +-
pkg/reconciler/eventlistener/config.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkg/reconciler/v1alpha1/eventlistener/config.go b/pkg/reconciler/v1alpha1/eventlistener/config.go
diff --git a/pkg/reconciler/eventlistener/config.go b/pkg/reconciler/eventlistener/config.go
index 469e6b40..f6e54182 100644
--- a/pkg/reconciler/v1alpha1/eventlistener/config.go
+++ b/pkg/reconciler/v1alpha1/eventlistener/config.go
--- a/pkg/reconciler/eventlistener/config.go
+++ b/pkg/reconciler/eventlistener/config.go
@@ -22,7 +22,7 @@ var (
// DefaultPort is the port used by default.
DefaultPort = 8080
Expand All @@ -24,5 +26,5 @@ index 469e6b40..f6e54182 100644
DefaultReadTimeout = int64(5)
// DefaultWriteTimeout is the WriteTimeout used by default.
--
2.26.2
2.31.1

0 comments on commit 0899736

Please sign in to comment.