Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikuMori committed Nov 24, 2024
1 parent 5f453dd commit a8c29e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Run helm-tools
run: |
pushd charts/gotenberg
helm-tool lint
helm-tool lint -e values.linter.exceptions
helm-tool schema | jq . > generated-schema.json
CURRENT_SCHEMA=$(cat values.schema.json)
GENERATED_SCHEMA=$(cat generated-schema.json)
Expand Down
1 change: 1 addition & 0 deletions charts/gotenberg/values.linter.exceptions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
value missing from templates: enabled

0 comments on commit a8c29e5

Please sign in to comment.