fix: correct serviceName to match actual directory for values file resolution

This commit is contained in:
Nicolas 2025-07-24 15:55:15 +08:00
parent 6d6c76f9df
commit b1d3d58269

View File

@ -1,7 +1,7 @@
@Library('first-class-pipeline') _
executeFreeleapsPipeline {
serviceName = 'freeleaps'
serviceName = 'freeleaps-devops-reconciler'
environmentSlug = 'alpha'
serviceGitBranch = 'master'
serviceGitRepo = "https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-devops-reconciler.git"