Skip to content

Commit

Permalink
feat(devel): add task to rebuild Helm chart readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoscode committed Jul 3, 2023
1 parent 81e58df commit 881e131
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion dev-assets/tasks/helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,10 @@ tasks:
desc: Executes helm unittests
dir: charts/managed-identity-wallet
cmds:
- helm unittest .
- helm unittest .

readme:
desc: Rebuilds the readme of the Helm chart
dir: charts/managed-identity-wallet
cmds:
- helm-docs .

0 comments on commit 881e131

Please sign in to comment.