https://github.com/kubernetes/autoscaler
Raw File
Tip revision: 0c26da3171e45b070d1ec832fbc4e19ec7fe85e4 authored by Kubernetes Prow Robot on 24 April 2024, 10:55:10 UTC
Merge pull request #6677 from hetznercloud/ng-get-options-not-implemented
Tip revision: 0c26da3
.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