fix(conduit): lint
This commit is contained in:
parent
e9fa9578d7
commit
030d84d6ab
2 changed files with 28 additions and 3 deletions
|
@ -3,7 +3,7 @@ name: conduit
|
||||||
description: Conduit is a simple, fast and reliable chat server powered by Matrix.
|
description: Conduit is a simple, fast and reliable chat server powered by Matrix.
|
||||||
icon: https://conduit.rs/conduit.svg
|
icon: https://conduit.rs/conduit.svg
|
||||||
type: application
|
type: application
|
||||||
version: 0.2.1
|
version: 0.2.2
|
||||||
appVersion: "0.6.0"
|
appVersion: "0.6.0"
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: WrenIX
|
- name: WrenIX
|
||||||
|
|
|
@ -2,9 +2,19 @@
|
||||||
|
|
||||||
= conduit
|
= conduit
|
||||||
|
|
||||||
image::https://img.shields.io/badge/Version-0.2.1-informational?style=flat-square[Version: 0.2.1]
|
image::https://img.shields.io/badge/Version-0.2.2-informational?style=flat-square[Version: 0.2.2]
|
||||||
image::https://img.shields.io/badge/Version-application-informational?style=flat-square[Type: application]
|
image::https://img.shields.io/badge/Version-application-informational?style=flat-square[Type: application]
|
||||||
image::https://img.shields.io/badge/AppVersion-0.6.0-informational?style=flat-square[AppVersion: 0.6.0]
|
image::https://img.shields.io/badge/AppVersion-0.6.0-informational?style=flat-square[AppVersion: 0.6.0]
|
||||||
|
== Maintainers
|
||||||
|
|
||||||
|
.Maintainers
|
||||||
|
|===
|
||||||
|
| Name | Email | Url
|
||||||
|
|
||||||
|
| WrenIX
|
||||||
|
|
|
||||||
|
| <https://wrenix.eu>
|
||||||
|
|===
|
||||||
|
|
||||||
== Usage
|
== Usage
|
||||||
|
|
||||||
|
@ -100,7 +110,7 @@ helm uninstall conduit-release
|
||||||
| conduit.maxRequestSize
|
| conduit.maxRequestSize
|
||||||
| string
|
| string
|
||||||
| `"20000000"`
|
| `"20000000"`
|
||||||
|
|
| in bytes default 20 MB
|
||||||
|
|
||||||
| conduit.registrationToken
|
| conduit.registrationToken
|
||||||
| string
|
| string
|
||||||
|
@ -207,11 +217,26 @@ helm uninstall conduit-release
|
||||||
| `true`
|
| `true`
|
||||||
|
|
|
|
||||||
|
|
||||||
|
| persistence.existingClaim
|
||||||
|
| string
|
||||||
|
| `nil`
|
||||||
|
| A manually managed Persistent Volume and Claim Requires persistence.enabled: true If defined, PVC must be created manually before volume will be bound
|
||||||
|
|
||||||
|
| persistence.hostPath
|
||||||
|
| string
|
||||||
|
| `nil`
|
||||||
|
| Do not create an PVC, direct use hostPath in Pod
|
||||||
|
|
||||||
| persistence.size
|
| persistence.size
|
||||||
| string
|
| string
|
||||||
| `"1Gi"`
|
| `"1Gi"`
|
||||||
|
|
|
|
||||||
|
|
||||||
|
| persistence.storageClass
|
||||||
|
| string
|
||||||
|
| `nil`
|
||||||
|
| Persistent Volume Storage Class If defined, storageClassName: <storageClass> If set to "-", storageClassName: "", which disables dynamic provisioning If undefined (the default) or set to null, no storageClassName spec is set, choosing the default provisioner. (gp2 on AWS, standard on GKE, AWS & OpenStack)
|
||||||
|
|
||||||
| podAnnotations
|
| podAnnotations
|
||||||
| object
|
| object
|
||||||
| `{}`
|
| `{}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue