Skip to content

feat: custom config.toml from existing secret or plain text #3

feat: custom config.toml from existing secret or plain text

feat: custom config.toml from existing secret or plain text #3

Workflow file for this run

name: Check docs
on:
push:
branches:
- main
pull_request:
types: [opened, reopened, synchronize]
paths:
- "charts/**"
- ".github/workflows/**"
jobs:
test:
name: Check for updated Helm Chart docs
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v5
- name: Install helm-docs
run: |
go install github.com/norwoodj/helm-docs/cmd/helm-docs@latest
- name: Check if README is missing updates
run: |
helm-docs
git diff --exit-code charts/athens-proxy/README.md