diff --git a/README.md b/README.md index 242cae7..8f912e7 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,11 @@ To learn how to utilize Drone plugins in Harness CI, please consult the provided | Parameter | Choices/Defaults | Comments | | :------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------ | :--------------------------------------------------------- | | registry_url
`string`
`required` | | Docker registry where the packaged chart will be published | -| chart_path
`string`
| Defaults: `./` | Directory containing the helm chart | +| chart_path
`string`
`required` | | Directory containing the helm chart | | registry_username
`string`
`required` | | Username to login to the above registry. | | registry_password
`string`
`required` | | PAT / access token to authenticate | | registry_namespace
`string`
`required` | | Namespace under which the chart will be published | +| gcloud_project_id
`string`
| | Google Artifact Repository project ID | ## Notes