Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion agent/agent-helm-kube-deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ Complete the following steps:
If you are using the `iamMode`=`IAMAPIKey` then the complete command is:

```sh
helm install <install-name> --dry-run oci://icr.io/ibm/observe/logs-agent-helm-kube-deploy --version <chart-version> --values <PATH>/logs-values.yaml -n ibm-observe --create-namespace --set secret.iamAPIKey=<APIKey-value> --hide-secret
helm install <install-name> --dry-run oci://icr.io/ibm/observe/logs-agent-helm --version <chart-version> --values <PATH>/logs-values.yaml -n ibm-observe --create-namespace --set secret.iamAPIKey=<APIKey-value> --hide-secret
```
{: codeblock}

Expand Down