Skip to content

feat(blobvault): Make blobvault pvc storage optional if s3 bucket is used #2

feat(blobvault): Make blobvault pvc storage optional if s3 bucket is used

feat(blobvault): Make blobvault pvc storage optional if s3 bucket is used #2

Workflow file for this run

name: Create helm-docs
on:
pull_request:
merge_group:
push:
branches:
- main
workflow_dispatch:
permissions:
contents: write
id-token: write
pull-requests: read
repository-projects: read
concurrency:
group: '${{ github.workflow }} @ ${{ github.ref }}'
cancel-in-progress: true
jobs:
helm-docs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run helm-docs
working-directory: charts/studio/
run: |
docker run --pull always --rm --volume "$(pwd):/helm-docs" -u $(id -u) jnorwood/helm-docs:latest
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Helm-Docs update
file_pattern: charts/studio/README.md