https://github.com/kubernetes/autoscaler
Raw File
Tip revision: df8acc3555f646bf8d377a8a9a4471c372c14333 authored by Kubernetes Prow Robot on 13 June 2022, 13:16:12 UTC
Merge pull request #4965 from gjtempleton/cluster-autoscaler-release-1.23.1
Tip revision: df8acc3
.pre-commit-config.yaml
repos:
  - hooks:
      - id: end-of-file-fixer
      - id: trailing-whitespace
    repo: https://github.com/pre-commit/pre-commit-hooks
    rev: v3.1.0
  - hooks:
      - id: helmlint
    repo: https://github.com/gruntwork-io/pre-commit
    rev: v0.1.9
  - hooks:
      - id: helm-docs
        files: (README\.md\.gotmpl|(Chart|requirements|values)\.yaml)$
    repo: https://github.com/norwoodj/helm-docs
    rev: v1.3.0
back to top