Skip to content

Commit

Permalink
Update kubernetes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jmorganca authored Oct 25, 2021
1 parent 97bc1a5 commit 9ccae4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/destinations/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Depending on your Infra Helm configurations, the steps will differ.
### Get Infra API Key

```
INFRA_API_KEY=$(kubectl -n infrahq get secrets infra-engine -o jsonpath='{.data.engine-api-key}' | base64 --decode)
INFRA_API_KEY=$(kubectl -n infrahq get secrets infra-engine -o jsonpath='{.data.engine-key}' | base64 --decode)
```

---
Expand Down

0 comments on commit 9ccae4d

Please sign in to comment.