Skip to content

Update deployment.yaml - fix wrong values.yaml parameter name for overrideConfigExistingSecret #4

Update deployment.yaml - fix wrong values.yaml parameter name for overrideConfigExistingSecret

Update deployment.yaml - fix wrong values.yaml parameter name for overrideConfigExistingSecret #4

Workflow file for this run

name: Generate helm docs
on:
pull_request:
paths:
- 'charts/**'
permissions:
contents: write
pull-requests: write
jobs:
update-docs:
name: update-docs
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
- name: Render helm docs inside the README.md and push changes back to PR branch
uses: jessebot/[email protected]
with:
working-dir: charts/vouch
git-push: "true"