Skip to content

Commit

Permalink
Merge pull request #63 from digitalist-se/update_docs
Browse files Browse the repository at this point in the history
Update docs
  • Loading branch information
mikkeschiren authored Sep 20, 2024
2 parents 98f2798 + c618e61 commit c7dd1d6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/directus/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.9.02
version: 0.9.03

# This is the version number of the application being deployed. They should reflect the version
# the application is using.
Expand Down
10 changes: 10 additions & 0 deletions charts/directus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,16 @@ helm delete my-release-name
| `persistence.annotations` | Annotations to add to volume | `{}` |
| `persistence.accessModes` | accessMode for Persistent Volume | `ReadWriteOnce` |
| `persistence.size` | Size for Volume | `8Gi` |
| `persistenceExtensions.enabled` | If to enable persistence storage for extensions volume | `false` |
| `persistenceExtensions.storageClass` | storageClass for volume | `-` |
| `persistenceExtensions.annotations` | Annotations to add to volume | `{}` |
| `persistenceExtensions.accessModes` | accessMode for Persistent Volume | `ReadWriteOnce` |
| `persistenceExtensions.size` | Size for Volume | `8Gi` |
| `persistenceTemplates.enabled` | If to enable persistence storage for templates volume | `false` |
| `persistenceTemplates.storageClass` | storageClass for volume | `-` |
| `persistenceTemplates.annotations` | Annotations to add to volume | `{}` |
| `persistenceTemplates.accessModes` | accessMode for Persistent Volume | `ReadWriteOnce` |
| `persistenceTemplates.size` | Size for Volume | `8Gi` |
| `ingress.enabled`| Enables Ingress | `false`|
| `ingress.annotations`| Ingress annotations | `{}` |
| `ingress.hosts` | Ingress extra paths to prepend to every host configuration| `["chart-example.local"]` |
Expand Down

0 comments on commit c7dd1d6

Please sign in to comment.