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: charts/cni-metrics-helper/README.md
+3
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,9 @@ The following table lists the configurable parameters for this chart and their d
59
59
| serviceAccount.name | The name of the ServiceAccount to use | nil |
60
60
| serviceAccount.create | Specifies whether a ServiceAccount should be created | true |
61
61
| serviceAccount.annotations | Specifies the annotations for ServiceAccount | {} |
62
+
| revisionHistoryLimit | The number of revisions to keep | 10 |
63
+
| podSecurityContext | SecurityContext to set on the pod | {} |
64
+
| containerSecurityContext | SecurityContext to set on the container | {} |
62
65
63
66
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install` or provide a YAML file containing the values for the above parameters:
0 commit comments