Skip to content

Commit

Permalink
Fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
florianrusch-zf committed Jan 18, 2024
1 parent 80a20c4 commit 00fc642
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# /********************************************************************************
# * Copyright (c) 2021,2023 Contributors to the Eclipse Foundation
# * Copyright (c) 2021,2023,2024 Contributors to the Eclipse Foundation
# *
# * See the NOTICE file(s) distributed with this work for additional
# * information regarding copyright ownership.
Expand Down Expand Up @@ -87,7 +87,7 @@ tests:
- name: APPLICATION_PORT
value: "8080"
- name: VC_EXPIRY_DATE
value: 31-12-2023
value: 31-12-2024
- name: encryption-key
valueFrom:
secretKeyRef:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# /********************************************************************************
# * Copyright (c) 2021,2023 Contributors to the Eclipse Foundation
# * Copyright (c) 2021,2023,2024 Contributors to the Eclipse Foundation
# *
# * See the NOTICE file(s) distributed with this work for additional
# * information regarding copyright ownership.
Expand Down Expand Up @@ -146,7 +146,7 @@ tests:
- name: APPLICATION_PORT
value: "8080"
- name: VC_EXPIRY_DATE
value: 31-12-2023
value: 31-12-2024

- it: should have empty values
asserts:
Expand Down
2 changes: 1 addition & 1 deletion charts/managed-identity-wallet/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# /********************************************************************************
# * Copyright (c) 2021,2023 Contributors to the Eclipse Foundation
# * Copyright (c) 2021,2023,2024 Contributors to the Eclipse Foundation
# *
# * See the NOTICE file(s) distributed with this work for additional
# * information regarding copyright ownership.
Expand Down

0 comments on commit 00fc642

Please sign in to comment.