Skip to content

Commit

Permalink
Merge pull request #7014 from rainfd/feature/auto-generate-flag-table
Browse files Browse the repository at this point in the history
Add script to update cluster-autoscaler flags doc
  • Loading branch information
k8s-ci-robot authored Jan 6, 2025
2 parents 100be41 + b45735d commit 57312af
Show file tree
Hide file tree
Showing 3 changed files with 218 additions and 66 deletions.
7 changes: 7 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,10 @@ repos:
files: (README\.md\.gotmpl|(Chart|requirements|values)\.yaml)$
repo: https://github.com/norwoodj/helm-docs
rev: v1.3.0
- hooks:
- id : update-flags
name: Update Cluster-Autoscaler Flags Table
entry: bash cluster-autoscaler/hack/update-faq-flags.sh
language: system
files: cluster-autoscaler/main\.go
repo: local
Loading

0 comments on commit 57312af

Please sign in to comment.