Update README.md

This commit is contained in:
Akshit Agrawal
2024-01-12 12:07:51 +05:30
committed by GitHub
parent e5e76ceb73
commit 06afe2f9de
+1 -1
View File
@@ -16,7 +16,7 @@ To learn how to utilize Drone plugins in Harness CI, please consult the provided
| Parameter | Choices/<span style="color:blue;">Defaults</span> | Comments |
| :---------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------ | :--------------------------------------------------------- |
| plugin_registry <span style="font-size: 10px"><br/>`string`</span> <span style="color:red; font-size: 10px">`required`</span> | | Docker registry where the packaged chart will be published |
| registry <span style="font-size: 10px"><br/>`string`</span> <span style="color:red; font-size: 10px">`required`</span> | | Docker registry where the packaged chart will be published |
| chart_path <span style="font-size: 10px"><br/>`string`</span> | Defaults: <span style="color:blue;">`./`</span> | Directory containing the helm chart |
| username <span style="font-size: 10px"><br/>`string`</span> <span style="color:red; font-size: 10px">`required`</span> | | Username to login to the above registry. |
| token <span style="font-size: 10px"><br/>`string`</span> <span style="color:red; font-size: 10px">`required`</span> | | PAT / access token to authenticate |