diff --git a/README.md b/README.md index fd6308f3..70d45398 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,8 @@ The following command can be used to install kubenurse with Helm: `helm upgrade | daemonset.podSecurityContext | The security context of the daemonset | {} | daemonset.containerSecurityContext| The security context of the containers within the pods of the daemonset | {} | daemonset.tolerations | The tolerations of the daemonset | - effect: NoSchedule
  key: node-role.kubernetes.io/master
  operator: Equal
- effect: NoSchedule
  key: node-role.kubernetes.io/control-plane
  operator: Equal
-| daemonset.volumeMounts | Additional volumeMounts for the daemonset | [] | -| daemonset.volumes | Additional volumes for the daemonset | [] | +| daemonset.volumeMounts | Additional volumeMounts to be added to the pods of the daemonset | [] | +| daemonset.volumes | Additional volumes to be added to the daemonset | [] | | namespace | The namespace where kubenurse will be deployed | kube-system | | serviceMonitor.enabled | Adds a ServiceMonitor for use with [Prometheus-operator](https://github.com/prometheus-operator/prometheus-operator) | false | serviceMonitor.labels | Additional labels to be added to the ServiceMonitor | {}