diff --git a/internal/assets/templates/delivery-pipeline.yaml.tmpl b/internal/assets/templates/delivery-pipeline.yaml.tmpl index 3c2a86d..5cc8ffb 100644 --- a/internal/assets/templates/delivery-pipeline.yaml.tmpl +++ b/internal/assets/templates/delivery-pipeline.yaml.tmpl @@ -167,7 +167,7 @@ spec: repository: $IMAGE tag: $TAG gateway: - hostname: $APP_NAME-pr-$PR_NUMBER.{{ .ClusterDomain }} + hostname: $APP_NAME-pr-$PR_NUMBER{{ .RuntimeHostnameSuffix }} EOF cat > "$app_dir/kustomization.yaml" <