new configuration version

This commit is contained in:
haburger 2024-12-18 07:43:14 +00:00
parent 933dec27b4
commit 82d4eb295d
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ spec:
podDisruptionBudget: podDisruptionBudget:
maxUnavailable: "50%" maxUnavailable: "50%"
git: git:
tag: "r-ad714e65042728051bc6dee19704df817b9c40b2" tag: "r-eff5ff5a5d7995f38eb7c15158306113ca972ce3"
dir: "DEFAULT-ADN-AGOV-PROJECT/DEFAULT-ADN-AGOV-INV/proxy-idp" dir: "DEFAULT-ADN-AGOV-PROJECT/DEFAULT-ADN-AGOV-INV/proxy-idp"
credentials: "git-credentials" credentials: "git-credentials"
keystores: keystores:

View File

@ -40,7 +40,7 @@ function inputHeader(req, resp)
end end
end end
end end
if count ~= 1 if count ~= 1 then
trace:info("utility service called with invalid values for query param " .. param) trace:info("utility service called with invalid values for query param " .. param)
resp:send(404) resp:send(404)
return return