Skip to content

Commit

Permalink
Fix CONTEXTROOT to serve inttests on a different server path
Browse files Browse the repository at this point in the history
Signed-off-by: Eamonn Mansour <[email protected]>
  • Loading branch information
eamansour committed Sep 26, 2024
1 parent a580951 commit 745dbb0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ spec:
name: inttests-{{ .Values.branch }}
env:
- name: CONTEXTROOT
value: {{ .Values.branch }}/maven-repo/inttests
value: {{ .Values.branch }}/maven-repo/{{ .Values.ingress.pathSuffix }}
ports:
- containerPort: 80

0 comments on commit 745dbb0

Please sign in to comment.