Skip to content

document-engine: fix migration Job secretRefs for inline creds; correct Azure secret name; clarify Redis ttlSeconds units #387

document-engine: fix migration Job secretRefs for inline creds; correct Azure secret name; clarify Redis ttlSeconds units

document-engine: fix migration Job secretRefs for inline creds; correct Azure secret name; clarify Redis ttlSeconds units #387

Workflow file for this run

name: Documentation
on:
pull_request:
jobs:
generate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
with:
ref: ${{ github.event.pull_request.head.ref }}
- name: Run helm-docs for Document Engine
uses: losisin/helm-docs-github-action@v1
with:
chart-search-root: charts/document-engine
# git-push: true
fail-on-diff: true
- name: Run helm-docs for AI Assistant
uses: losisin/helm-docs-github-action@v1
with:
chart-search-root: charts/ai-assistant
# git-push: true
fail-on-diff: true