Skip to content

Commit

Permalink
chore: switch to docker
Browse files Browse the repository at this point in the history
  • Loading branch information
franklinkim committed Feb 12, 2024
1 parent 50179c1 commit f0b3bb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Run Helm docs
run: |
docker run --rm --volume "$(pwd):/helm-docs" -u "$(id -u)" jnorwood/helm-docs:v1.12.0
make docs
if ! git diff --exit-code; then
echo "Documentation not up to date. Please run `make docs` and commit changes!" >&2
exit 1
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ lint:
## Generate README
## https://github.com/norwoodj/helm-docs
docs:
@helm-docs . --template-files ./README.md.gotmpl
@docker run --rm --volume "$$(pwd):/helm-docs" jnorwood/helm-docs:v1.12.0 --template-files ./README.md.gotmpl

.PHONY: schema
## Generate values JSON schema
Expand Down

0 comments on commit f0b3bb5

Please sign in to comment.