Skip to content

Commit b45735d

Browse files
committed
Add script to update cluster-autoscaler flags doc
1 parent ce01f02 commit b45735d

File tree

3 files changed

+218
-66
lines changed

3 files changed

+218
-66
lines changed

.pre-commit-config.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,10 @@ repos:
1313
files: (README\.md\.gotmpl|(Chart|requirements|values)\.yaml)$
1414
repo: https://github.com/norwoodj/helm-docs
1515
rev: v1.3.0
16+
- hooks:
17+
- id : update-flags
18+
name: Update Cluster-Autoscaler Flags Table
19+
entry: bash cluster-autoscaler/hack/update-faq-flags.sh
20+
language: system
21+
files: cluster-autoscaler/main\.go
22+
repo: local

0 commit comments

Comments
 (0)