Skip to content

Commit

Permalink
Updating README.md
Browse files Browse the repository at this point in the history
Editing`{}}` to `{}` for the default annotation value.
  • Loading branch information
bgulla committed Oct 25, 2019
1 parent 266acd3 commit 6894c35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -114,7 +114,7 @@ The following table lists the configurable parameters of the Harbor chart and th
| `expose.loadBalancer.ports.httpPort` | The service port Harbor listens on when serving with HTTP |`80`|
| `expose.loadBalancer.ports.httpsPort` | The service port Harbor listens on when serving with HTTP |`30002`|
| `expose.loadBalancer.ports.notaryPort` | The service port Notary listens on. Only needed when `notary.enabled` is set to `true`|
| `expose.loadBalancer.annotations` | The annotations attached to the loadBalancer service | {}} |
| `expose.loadBalancer.annotations` | The annotations attached to the loadBalancer service | {} |
| `expose.loadBalancer.sourceRanges` | List of IP address ranges to assign to loadBalancerSourceRanges | [] |
| **Persistence** |
| `persistence.enabled` | Enable the data persistence or not | `true` |
Expand Down

0 comments on commit 6894c35

Please sign in to comment.