Skip to content

Commit

Permalink
fix helm tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wolf4ood committed Jul 3, 2023
1 parent 0db29f7 commit c5b31c7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ controlplane:
pullPolicy: Never
tag: "latest"
repository: "edc-controlplane-postgresql-azure-vault"
ssi:
miw:
url: "http://localhost:8080"
authorityId: "authorityId"
securityContext:
# avoids some errors in the log: cannot write temp files of large multipart requests when R/O
readOnlyRootFilesystem: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ runtime:
endpoints:
management:
authKey: password
ssi:
miw:
url: "http://localhost:8080"
authorityId: "authorityId"
image:
pullPolicy: Never
tag: "latest"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ controlplane:
# avoids some errors in the log: cannot write temp files of large multipart requests when R/O
readOnlyRootFilesystem: false
ssi:
miw:
url: "http://localhost:8080"
authorityId: "authorityId"
oauth:
client:
secretAlias: "client-secret"
Expand Down

0 comments on commit c5b31c7

Please sign in to comment.