docs: helm - updated README config table defaults to match values.yaml (#2143)
***NO_CI***
This commit is contained in:
		@@ -87,8 +87,8 @@ The following table lists the configurable parameters of the Wiki.js chart and t
 | 
				
			|||||||
| `image.tag`                          | Wiki.js image tag                            | `latest`                                                      |
 | 
					| `image.tag`                          | Wiki.js image tag                            | `latest`                                                      |
 | 
				
			||||||
| `imagePullPolicy`                    | Image pull policy                           | `IfNotPresent`                                             |
 | 
					| `imagePullPolicy`                    | Image pull policy                           | `IfNotPresent`                                             |
 | 
				
			||||||
| `replicacount`                   | Amount of wiki.js service pods to run                   | `1`                                                        |
 | 
					| `replicacount`                   | Amount of wiki.js service pods to run                   | `1`                                                        |
 | 
				
			||||||
| `resources.limits`               | wiki.js service resource limits                         | `{cpu: 500m, memory: 500Mi}`                               |
 | 
					| `resources.limits`               | wiki.js service resource limits                         | `nil`                               |
 | 
				
			||||||
| `resources.requests`             | wiki.js service resource requests                       | `{cpu: 300m, memory: 300Mi}`                               |
 | 
					| `resources.requests`             | wiki.js service resource requests                       | `nil`                               |
 | 
				
			||||||
| `nodeSelector`                   | Node labels for wiki.js pod assignment          | `{}`                                                       |
 | 
					| `nodeSelector`                   | Node labels for wiki.js pod assignment          | `{}`                                                       |
 | 
				
			||||||
| `affinity`                       | Affinity settings for wiki.js pod assignment    | `{}`                                                       |
 | 
					| `affinity`                       | Affinity settings for wiki.js pod assignment    | `{}`                                                       |
 | 
				
			||||||
| `schedulerName`                  | Name of an alternate scheduler for wiki.js pod  | `nil`                                                      |
 | 
					| `schedulerName`                  | Name of an alternate scheduler for wiki.js pod  | `nil`                                                      |
 | 
				
			||||||
@@ -106,7 +106,7 @@ The following table lists the configurable parameters of the Wiki.js chart and t
 | 
				
			|||||||
| `postgresql.persistence.enabled`                | Enable postgres persistence using PVC                | `true`                                                     |
 | 
					| `postgresql.persistence.enabled`                | Enable postgres persistence using PVC                | `true`                                                     |
 | 
				
			||||||
| `postgresql.persistence.existingClaim`          | Provide an existing `PersistentVolumeClaim` for postgres | `nil`                                                      |
 | 
					| `postgresql.persistence.existingClaim`          | Provide an existing `PersistentVolumeClaim` for postgres | `nil`                                                      |
 | 
				
			||||||
| `postgresql.persistence.storageClass`           | Postgres PVC Storage Class (example: `nfs`)                           | `nil`                 |
 | 
					| `postgresql.persistence.storageClass`           | Postgres PVC Storage Class (example: `nfs`)                           | `nil`                 |
 | 
				
			||||||
| `postgresql.persistence.size`                   | Postgers PVC Storage Request                         | `10Gi`                                                     |
 | 
					| `postgresql.persistence.size`                   | Postgers PVC Storage Request                         | `8Gi`                                                     |
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
 | 
					Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user