From 4ee65a13e8235b2fa2c7de780c307d445eca302d Mon Sep 17 00:00:00 2001 From: Ricardo Pchevuzinske Katz Date: Sun, 16 Jan 2022 22:58:38 -0300 Subject: [PATCH] Last attempt to fix helm docs --- .github/workflows/helm.yaml | 4 +++- charts/ingress-nginx/values.yaml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/helm.yaml b/.github/workflows/helm.yaml index 0dd7188469..1134a66f01 100644 --- a/.github/workflows/helm.yaml +++ b/.github/workflows/helm.yaml @@ -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 diff --git a/charts/ingress-nginx/values.yaml b/charts/ingress-nginx/values.yaml index 4e7e6ade14..bddd1eb5c4 100644 --- a/charts/ingress-nginx/values.yaml +++ b/charts/ingress-nginx/values.yaml @@ -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