Skip to content

Commit 2f3f761

Browse files
authored
Merge e4c2d58 into 0c25e9b
2 parents 0c25e9b + e4c2d58 commit 2f3f761

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/data-space-connector/templates/realm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ data:
112112
{{- if eq .Values.elsi.enabled true }}
113113
"providerId": "jades-jws-signing",
114114
{{- else }}
115-
"providerId": "jwt-signing-service",
115+
"providerId": "jwt_vc",
116116
{{- end }}
117117
"subComponents": {},
118118
"config": {

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@
276276
</goals>
277277
<configuration>
278278
<manifests>${project.build.directory}/k3s</manifests>
279-
<timeout>500</timeout>
279+
<timeout>1000</timeout>
280280
</configuration>
281281
</execution>
282282
</executions>

0 commit comments

Comments
 (0)