Skip to content

Commit

Permalink
Improve JSON schema for keptn, include Flux plugin in build, fix plug…
Browse files Browse the repository at this point in the history
…in count (#1184)
  • Loading branch information
pkosiec authored Aug 11, 2023
1 parent a1ef14f commit 3bf3b27
Show file tree
Hide file tree
Showing 5 changed files with 151 additions and 144 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ gen-grpc-resources:
# Generate plugins YAML index files for both all plugins and end-user ones.
gen-plugins-index: build-plugins
go run ./hack/gen-plugin-index.go -output-path ./plugins-dev-index.yaml
go run ./hack/gen-plugin-index.go -output-path ./plugins-index.yaml -plugin-name-filter 'kubectl|helm|kubernetes|prometheus|exec|doctor|keptn|github-events'
go run ./hack/gen-plugin-index.go -output-path ./plugins-index.yaml -plugin-name-filter 'kubectl|helm|kubernetes|prometheus|exec|doctor|keptn|github-events|flux'

gen-docs-cli:
rm -f ./cmd/cli/docs/*
Expand Down
Loading

0 comments on commit 3bf3b27

Please sign in to comment.