diff --git a/README.md b/README.md index 00514900f..808c8b31d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Helm Chart for Harbor -**Notes:** The master branch is in heavy development, please use the other stable versions instead. A highly available solution for Harbor based on chart can be find [here](docs/High%20Availability.md). And refer to the [guide](docs/Upgrade.md) to upgrade the existing deployment. +**Notes:** The master branch is in heavy development, please use the other stable versions instead. A highly available solution for Harbor based on chart can be found [here](docs/High%20Availability.md). And refer to the [guide](docs/Upgrade.md) to upgrade the existing deployment. This repository, including the issues, focuses on deploying Harbor chart via helm. For functionality issues or Harbor questions, please open issues on [goharbor/harbor](https://github.com/goharbor/harbor) diff --git a/values.yaml b/values.yaml index 48368638b..be71bef2b 100644 --- a/values.yaml +++ b/values.yaml @@ -103,7 +103,7 @@ expose: externalURL: https://core.harbor.domain # The internal TLS used for harbor components secure communicating. In order to enable https -# in each components tls cert files need to provided in advance. +# in each component tls cert files need to provided in advance. internalTLS: # If internal TLS enabled enabled: false @@ -475,7 +475,7 @@ core: # If a secret key is not specified, Helm will generate one. # Must be a string of 16 chars. secret: "" - # Fill the name of a kubernetes secret if you want to use your own + # Fill in the name of a kubernetes secret if you want to use your own # TLS certificate and private key for token encryption/decryption. # The secret must contain keys named: # "tls.key" - the private key @@ -817,7 +817,7 @@ redis: jobserviceDatabaseIndex: "1" registryDatabaseIndex: "2" trivyAdapterIndex: "5" - # username field can be an empty string and it will be authenticated against the default user + # username field can be an empty string, and it will be authenticated against the default user username: "" password: "" # If using existingSecret, the key must be REDIS_PASSWORD