mirror of
https://github.com/harness-community/drone-helm-chart-container-registry.git
synced 2026-06-04 18:24:12 +08:00
minor changes
This commit is contained in:
@@ -13,7 +13,7 @@ func main() {
|
||||
// get environment variables
|
||||
registry := os.Getenv("PLUGIN_REGISTRY_URL")
|
||||
username := os.Getenv("PLUGIN_REGISTRY_USERNAME")
|
||||
token := os.Getenv("PLUGIN_REGISTRY_TOKEN")
|
||||
token := os.Getenv("PLUGIN_REGISTRY_PASSWORD")
|
||||
chartPath := os.Getenv("PLUGIN_CHART_PATH")
|
||||
namespace := os.Getenv("PLUGIN_REGISTRY_NAMESPACE")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user