Skip to content

Commit

Permalink
Merge pull request #14 from langchain-ai/infra/update-docs
Browse files Browse the repository at this point in the history
Fix license key path
  • Loading branch information
langchain-infra authored Oct 31, 2023
2 parents c5258db + 034f368 commit c3ca1c6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/helm_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
check-latest: true

- name: Set up chart-testing
uses: helm/chart-testing-action@v2.4.0
uses: helm/chart-testing-action@v2.6.0

- name: Run chart-testing (lint)
run: ct lint --target-branch ${{ github.event.repository.default_branch }} --all
Expand Down
8 changes: 4 additions & 4 deletions charts/langsmith/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@ Ensure you have the following tools/items ready.
Bare minimum config file `langsmith_config.yaml`:

```yaml
secrets:
config:
langsmithLicenseKey: ""
```

Example `EKS` config file with certificates setup using ACM:

```jsx
secrets:
config:
langsmithLicenseKey: ""
frontend:
Expand All @@ -70,7 +70,7 @@ frontend:
Example config file with oauth setup:

```jsx
secrets:
config:
langsmithLicenseKey: ""
oauth:
enabled: true
Expand All @@ -83,7 +83,7 @@ This should be configured as a Single Page Application in your OIDC provider. Yo
Example config file with external postgres and redis:

```jsx
secrets:
config:
langsmithLicenseKey: ""
postgres:
external:
Expand Down
8 changes: 4 additions & 4 deletions charts/langsmith/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@ Ensure you have the following tools/items ready.
Bare minimum config file `langsmith_config.yaml`:

```yaml
secrets:
config:
langsmithLicenseKey: ""

```

Example `EKS` config file with certificates setup using ACM:

```jsx
secrets:
config:
langsmithLicenseKey: ""

frontend:
Expand All @@ -70,7 +70,7 @@ frontend:
Example config file with oauth setup:

```jsx
secrets:
config:
langsmithLicenseKey: ""
oauth:
enabled: true
Expand All @@ -83,7 +83,7 @@ This should be configured as a Single Page Application in your OIDC provider. Yo
Example config file with external postgres and redis:

```jsx
secrets:
config:
langsmithLicenseKey: ""
postgres:
external:
Expand Down

0 comments on commit c3ca1c6

Please sign in to comment.