new configuration version
This commit is contained in:
parent
ddb23aa8b1
commit
4e479c45ec
|
@ -45,7 +45,7 @@ spec:
|
||||||
podDisruptionBudget:
|
podDisruptionBudget:
|
||||||
maxUnavailable: "50%"
|
maxUnavailable: "50%"
|
||||||
git:
|
git:
|
||||||
tag: "r-8fb919f88013157ccd00ea44d0c9e22d96b63fed"
|
tag: "r-24292622fad61c5e578f00b8d705ad832cb0c75e"
|
||||||
dir: "DEFAULT-ADN-AGOV-PROJECT/DEFAULT-ADN-AGOV-INV/auth"
|
dir: "DEFAULT-ADN-AGOV-PROJECT/DEFAULT-ADN-AGOV-INV/auth"
|
||||||
credentials: "git-credentials"
|
credentials: "git-credentials"
|
||||||
keystores:
|
keystores:
|
||||||
|
|
|
@ -74,7 +74,6 @@ if (!session['agov.new.recovery.code.generated']) {
|
||||||
.entity(Http.entity()
|
.entity(Http.entity()
|
||||||
.content("{\"userExtId\":\"$userExtId\",\"userSessionId\": \"$sessionId\"}")
|
.content("{\"userExtId\":\"$userExtId\",\"userSessionId\": \"$sessionId\"}")
|
||||||
.contentType("application/json")
|
.contentType("application/json")
|
||||||
.charSet("utf-8")
|
|
||||||
.build())
|
.build())
|
||||||
.build()
|
.build()
|
||||||
.send(httpClient)
|
.send(httpClient)
|
||||||
|
|
Loading…
Reference in New Issue