Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into test-cmd-flags
Browse files Browse the repository at this point in the history
  • Loading branch information
losisin committed Oct 26, 2023
2 parents 8b8bda9 + 5eab13c commit 272d990
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,11 @@ HELM_PLUGIN_DIR = $(HELM_PLUGINS)/$(PLUGIN_SHORTNAME)
build: ## Build the plugin
@echo "Building plugin..."
@${GO_BUILD_ENV_VARS} go build -o $(BINNAME) ${GO_BUILD_ARGS}
@ls -la

install: build ## Install the plugin
@echo "Installing plugin..."
@mkdir -p $(HELM_PLUGIN_DIR)
@cp $(BINNAME)* $(HELM_PLUGIN_DIR)
@cp $(BINNAME) $(HELM_PLUGIN_DIR)
@cp plugin.yaml $(HELM_PLUGIN_DIR)

verify: ## Verify the plugin
Expand Down
2 changes: 0 additions & 2 deletions schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,6 @@ func main() {
os.Exit(1)
}

// fmt.Println("Schema URL:", schemaUrl)

// Declare a map to hold the merged YAML data
mergedMap := make(map[string]interface{})

Expand Down

0 comments on commit 272d990

Please sign in to comment.