Last attempt to fix helm docs (#8153)
This commit is contained in:
parent
51fa86e690
commit
c667cf083b
2 changed files with 4 additions and 2 deletions
4
.github/workflows/helm.yaml
vendored
4
.github/workflows/helm.yaml
vendored
|
@ -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/helm-docs@v1.6.0
|
||||
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue