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
Copy file name to clipboardExpand all lines: example-charts/custom-template/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ culpa qui officia deserunt mollit anim id est laborum.
29
29
| controller.image.tag | string |`"18.0831"`||
30
30
| controller.ingressClass | string |`"nginx"`| Name of the ingress class to route through this controller |
31
31
| controller.name | string |`"controller"`||
32
-
| controller.persistentVolumeClaims | list |`["default", "specified", "here"]`| List of persistent volume claims to create. For very long comments, break them into multiple lines. |
32
+
| controller.persistentVolumeClaims | list |the chart will construct this list internally unless specified| List of persistent volume claims to create. For very long comments, break them into multiple lines. |
33
33
| controller.podLabels | object |`{}`| The labels to be applied to instances of the controller pod |
34
34
| controller.publishService.enabled | bool |`false`| Whether to expose the ingress controller to the public world |
35
35
| controller.replicas | int |`nil`| Number of nginx-ingress pods to load balance between |
Copy file name to clipboardExpand all lines: example-charts/special-characters/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -15,5 +15,5 @@ Source code can be found [here](https://github.com/norwoodj/helm-docs/tree/maste
15
15
| elasticsearch.clusterHealthCheckParams | string |`"wait_for_status=yellow&timeout=1s"`| The Elasticsearch cluster health status params that will be used by readinessProbe command |
16
16
| elasticsearch.clusterHealthCheckParamsDescription | string |`""`| Now let's put some special characters in the description: wait_for_status=yellow&timeout=1s |
17
17
| htmlSnippets.one | string |`"<html>\n <head></head>\n <body>\n <h1>Is this right, I don't know html</h1>\n </body>\n</html>\n"`||
18
-
| htmlSnippets.three | string |`"<html><head></head></html>"`| Another description |
18
+
| htmlSnippets.three | string | "<html><head></head></html>" | Another description |
19
19
| htmlSnippets.two | string |`""`| Let's put it in the description <html></html> |
0 commit comments