Skip to content

Commit 7de34ea

Browse files
authored
Merge pull request #183 from alvarolop/main
🧪 Avoid using Helm params as they are continously falling 🧪
2 parents 063b1a7 + f9456ff commit 7de34ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tooling/charts/tl500-course-content/templates/gitlab/gitlab-tl500.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ spec:
4343
global:
4444
# Doc: https://docs.gitlab.com/operator/openshift_ingress/#setup
4545
hosts:
46-
domain: {{ .Values.app_domain }}
46+
domain: {{ include "tl500.app_domain" . }}
4747
hostSuffix: ce
4848
ingress:
4949
class: none

0 commit comments

Comments
 (0)