You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`acapy.walletStorageCredentials.json`| Raw json with database credentials. Overrides all other values including postgres subchart values. e.g.: '{"account":"postgres","password":"mysecretpassword","admin_account":"postgres","admin_password":"mysecretpassword"}' |`""`|
|`acapy.walletStorageCredentials.admin_account`| Database account with CREATEDB role used to create additional databases per wallet. |`postgres`|
215
214
|`acapy.walletStorageCredentials.admin_password`| Database password for admin account. |`""`|
216
215
|`acapy.walletStorageCredentials.existingSecret`| Name of an existing secret containing 'database-user', 'database-password', 'admin-password' keys. |`""`|
Copy file name to clipboardExpand all lines: charts/vc-authn-oidc/values.yaml
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -352,7 +352,6 @@ acapy:
352
352
##
353
353
## @param acapy.walletStorageCredentials.json Raw json with database credentials. Overrides all other values including postgres subchart values. e.g.: '{"account":"postgres","password":"mysecretpassword","admin_account":"postgres","admin_password":"mysecretpassword"}'
## @param acapy.walletStorageCredentials.admin_account Database account with CREATEDB role used to create additional databases per wallet.
357
356
## @param acapy.walletStorageCredentials.admin_password Database password for admin account.
358
357
## @param acapy.walletStorageCredentials.existingSecret Name of an existing secret containing 'database-user', 'database-password', 'admin-password' keys.
0 commit comments