Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Commit

Permalink
fix: toggle nexus ingress using requirements repository configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Cai Cooper <[email protected]>
  • Loading branch information
cagiti authored and jenkins-x-bot committed Feb 12, 2020
1 parent 6a43b12 commit 73ecfb4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions env/jxboot-resources/values.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,13 @@ lighthouse:
enabled: false
{{- end }}

nexus:
{{- if eq .Requirements.repository "nexus" }}
enabled: true
{{- else }}
enabled: false
{{- end }}

prow:
{{- if eq .Requirements.webhook "prow" }}
enabled: true
Expand Down

0 comments on commit 73ecfb4

Please sign in to comment.