Rename variable in helm-docs script
Signed-off-by: jmeridth <jmeridth@gmail.com> Co-authored-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
e919259fad
commit
13eadc4d87
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
## Reference: https://github.com/norwoodj/helm-docs
|
## Reference: https://github.com/norwoodj/helm-docs
|
||||||
set -eux
|
set -eux
|
||||||
CHART_DIR="$(cd "$(dirname "$0")/.." && pwd)"
|
REPO_ROOT="$(cd "$(dirname "$0")/.." && pwd)"
|
||||||
echo "$CHART_DIR"
|
echo "$REPO_ROOT"
|
||||||
|
|
||||||
echo "Running Helm-Docs"
|
echo "Running Helm-Docs"
|
||||||
docker run \
|
docker run \
|
||||||
-v "$CHART_DIR:/helm-docs" \
|
-v "$REPO_ROOT:/helm-docs" \
|
||||||
-u $(id -u) \
|
-u $(id -u) \
|
||||||
jnorwood/helm-docs:v1.9.1
|
jnorwood/helm-docs:v1.9.1
|
||||||
|
|
Loading…
Reference in a new issue