Rename traefik_domain var to cluster_domain
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Adrien Reslinger 2022-02-26 00:45:40 +01:00
parent 67c1e7a6c5
commit 24ded415ec
Signed by: adrien
GPG key ID: DA7B27055C66D6DE
3 changed files with 8 additions and 8 deletions

View file

@ -17,7 +17,7 @@ spec:
# Match is the rule corresponding to an underlying router.
# Later on, match could be the simple form of a path prefix, e.g. just "/bar",
# but for now we only support a traefik style matching rule.
- match: Host(`gitea.{{ traefik_domain }}`)
- match: Host(`gitea.{{ cluster_domain }}`)
# kind could eventually be one of "Rule", "Path", "Host", "Method", "Header",
# "Parameter", etc, to support simpler forms of rule matching, but for now we
# only support "Rule".