Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Commit

Permalink
chore: update chart README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
carslen committed Mar 9, 2023
1 parent d3428bf commit f302a6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion charts/daps-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ DAPS server helm-chart
| omejdn.defaultAdminUser | string | `"admin:admin"` | Default user credentials in format `user:password` |
| omejdn.serverKey | string | `""` | Server key content. DAPS will generate key if it's not provided at startup |
| omejdn.serverKeyFolderPath | string | `"/opt"` | Path to directory with private server key |
| persistence.accessMode | list | `[]` | Storage accessMode, defaults to ReadWriteOnce |
| persistence.enabled | bool | `true` | If `true` persistent volume will be used to store clients and users configuration |
| persistence.storageClass | string | `"azurefile"` | Storage class to claim a volume. |
| persistence.storageClass | string | `""` | Storage class to claim a volume, defaults to azurefile. |
| persistence.storageSize | string | `"2Gi"` | Volume size |
| podAnnotations | object | `{}` | |
| podSecurityContext | object | `{}` | Pod security context configuration |
Expand Down

0 comments on commit f302a6a

Please sign in to comment.