feat(all): Add Documentation Guidelines (#1099)
* feat(all): Add Documentation Guidelines Signed-off-by: Oliver Bähler <oliverbaehler@hotmail.com> * Satisfy Linter Signed-off-by: Oliver Bähler <oliverbaehler@hotmail.com> * Apply changes from code review Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com> * fix: Also add *.gotmpl to argo-rollouts/.helmignore Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com> Co-authored-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
parent
2b830deaa4
commit
752e1c0580
19 changed files with 52 additions and 18 deletions
11
scripts/helm-docs.sh
Normal file
11
scripts/helm-docs.sh
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#!/bin/bash
|
||||
## Reference: https://github.com/norwoodj/helm-docs
|
||||
set -eux
|
||||
CHART_DIR="$(cd "$(dirname "$0")/.." && pwd)"
|
||||
echo "$CHART_DIR"
|
||||
|
||||
echo "Running Helm-Docs"
|
||||
docker run \
|
||||
-v "$CHART_DIR:/helm-docs" \
|
||||
-u $(id -u) \
|
||||
jnorwood/helm-docs:latest
|
||||
Loading…
Add table
Add a link
Reference in a new issue