Skip to content

Commit 1314370

Browse files
committed
put back default users
Signed-off-by: David Karlsen <david@davidkarlsen.com>
1 parent 5748def commit 1314370

File tree

1 file changed

+2
-2
lines changed
  • deployments/kubernetes/chart/gitwebhookproxy

1 file changed

+2
-2
lines changed

deployments/kubernetes/chart/gitwebhookproxy/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ gitWebhookProxy:
2222
upstreamURL: "https://jenkins.tools.stackator.com"
2323
allowedPaths: "/github-webhook,/project"
2424
secret: ""
25-
ignoredUsers: ""
26-
allowedUsers: ""
25+
ignoredUsers: "stakater-user"
26+
allowedUsers: "myuser"
2727
service:
2828
labels:
2929
expose: "true"

0 commit comments

Comments
 (0)