Skip to content

Commit

Permalink
Last attempt to fix helm docs (#8153)
Browse files Browse the repository at this point in the history
  • Loading branch information
rikatz authored Jan 17, 2022
1 parent 51fa86e commit c667cf0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ jobs:
go-version: 1.17

- name: Run helm-docs
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
run: |
cd ${GITHUB_WORKSPACE}
GOBIN=$PWD GO111MODULE=on go install github.com/norwoodj/helm-docs/cmd/[email protected]
Expand All @@ -72,7 +74,7 @@ jobs:
if [ ! -z "$DIFF" ]; then
git add ${GITHUB_WORKSPACE}/charts/ingress-nginx/README.md
git commit -m "Update helm README"
git push --quiet https://x-access-token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git main > /dev/null 2>&1
git push --force https://x-access-token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git main
fi
rm ./helm-docs
Expand Down
2 changes: 1 addition & 1 deletion charts/ingress-nginx/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ controller:
# Defaults to false
watchIngressWithoutClass: false

# -- Process IngressClass per name (additionally as per spec.controller)
# -- Process IngressClass per name (additionally as per spec.controller).
ingressClassByName: false

# -- This configuration defines if Ingress Controller should allow users to set
Expand Down

0 comments on commit c667cf0

Please sign in to comment.