diff --git a/docker-registry/README.md b/docker-registry/README.md index 65f119f..ec1e2cf 100644 --- a/docker-registry/README.md +++ b/docker-registry/README.md @@ -53,7 +53,7 @@ their default values. | `service.type` | service type | `ClusterIP` | | `service.clusterIP` | if `service.type` is `ClusterIP` and this is non-empty, sets the cluster IP of the service | `nil` | | `service.nodePort` | if `service.type` is `NodePort` and this is non-empty, sets the node port of the service | `nil` | -| `service.loadBalancerIP | if `service.type` is `LoadBalancer` and this is non-empty, sets the loadBalancerIP of the service | `nil` | +| `service.loadBalancerIP` | if `service.type` is `LoadBalancer` and this is non-empty, sets the loadBalancerIP of the service | `nil` | | `service.loadBalancerSourceRanges`| if `service.type` is `LoadBalancer` and this is non-empty, sets the loadBalancerSourceRanges of the service | `nil` | | `replicaCount` | k8s replicas | `1` | | `updateStrategy` | update strategy for deployment | `{}` | @@ -62,7 +62,7 @@ their default values. | `podDisruptionBudget` | Pod disruption budget | `{}` | | `resources.limits.cpu` | Container requested CPU | `nil` | | `resources.limits.memory` | Container requested memory | `nil` | -| `priorityClassName ` | priorityClassName | `""` | +| `priorityClassName` | priorityClassName | `""` | | `storage` | Storage system to use | `filesystem` | | `tlsSecretName` | Name of secret for TLS certs | `nil` | | `secrets.htpasswd` | Htpasswd authentication | `nil` |