Skip to content

Commit

Permalink
chore: update readme (#59)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Jones <alexsimonjones@gmail.com>
  • Loading branch information
AlexsJones authored May 4, 2023
1 parent 5770f5f commit 59583eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ helm install release k8sgpt/k8sgpt-operator

2. Create secret:
```sh
kubectl create secret generic k8sgpt-sample-secret --from-literal=openai-api-key=$OPENAI_TOKEN -n default
kubectl create secret generic k8sgpt-sample-secret --from-literal=openai-api-key=$OPENAI_TOKEN -n kube-system
```

3. Apply the K8sGPT configuration object:
Expand Down

0 comments on commit 59583eb

Please sign in to comment.