Skip to content

Commit

Permalink
Fixed secret instructions
Browse files Browse the repository at this point in the history
Incorrect environment var name
  • Loading branch information
andyndang authored Jan 26, 2024
1 parent fdc3f53 commit 3f2e231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/langkit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ kubectl create secret generic whylabs-api-secret \

kubectl create secret generic langkit-api-secret \
--namespace=langkit \
--from-literal=LANGKIT_API_KEY=<langkit-api-key>
--from-literal=CONTAINER_PASSWORD=<langkit-api-key>
```

## Usage
Expand Down

0 comments on commit 3f2e231

Please sign in to comment.