File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed
deployments/kubernetes/chart/gitwebhookproxy Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 1919 {{- with .Values.gitWebhookProxy.config.allowedPaths }}
2020 allowedPaths : {{ . }}
2121 {{- end }}
22- {{- with .Values.gitWebhookProxy.config.ignoredUsers }}
23- ignoredUsers : {{ . }}
24- {{- end }}
25- {{- with .Values.gitWebhookProxy.config.allowedUsers }}
26- allowedUsers : {{ . }}
27- {{- end }}
22+ ignoredUsers : {{ .Values.gitWebhookProxy.config.ignoredUsers | default "" | quote }}
23+ allowedUsers : {{ .Values.gitWebhookProxy.config.allowedUsers | default "" | quote }}
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ gitWebhookProxy:
2222 upstreamURL : " https://jenkins.tools.stackator.com"
2323 allowedPaths : " /github-webhook,/project"
2424 secret : " "
25- ignoredUsers : " stakater-user "
26- allowedUsers : " myuser "
25+ ignoredUsers : " "
26+ allowedUsers : " "
2727 service :
2828 labels :
2929 expose : " true"
You can’t perform that action at this time.
0 commit comments