Skip to content

Commit

Permalink
fixup! Remove helmchartstatus after hook is finished
Browse files Browse the repository at this point in the history
  • Loading branch information
aniruddha2000 committed Apr 26, 2024
1 parent 77b13f8 commit c7a754b
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .yamllint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,18 @@ rules:
min-spaces-from-content: 1

yaml-files:
- '*.yaml'
- '*.yml'
- "*.yaml"
- "*.yml"

ignore:
- '**/vendor/**'
- '.cache'
- "**/vendor/**"
- ".cache"
- _artifacts
- config/crd/**/*.yaml
- config/rbac/**/*.yaml
- config/webhook/**/*.yaml
- config/webhook/**/*.yaml
- test/infrastructure/**/config/webhook/**/*.yaml
- test/infrastructure/**/config/crd/**/*.yaml
- test/infrastructure/**/config/rbac/**/*.yaml
- test/releases/**
- test/cluster-stacks/**

0 comments on commit c7a754b

Please sign in to comment.