Skip to content

Commit

Permalink
Update content/en/docs/advanced-tasks/performance-profiling.md
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Stroczynski <[email protected]>
  • Loading branch information
perdasilva and estroz authored Nov 25, 2024
1 parent 1115042 commit 57f8e35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions content/en/docs/advanced-tasks/performance-profiling.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ $ export PRIVATE_KEY_FILENAME=private.key # Replace with the name of the file th
$ export PUBLIC_KEY_FILENAME=certificate.crt # Replace with the name of the file that contains the public key you generated.

$ kubectl -n my-namespace create secret tls my-name --cert=$PUBLIC_KEY_FILENAME --key=$PRIVATE_KEY_FILENAME
```

### Updating OLM to Use the TLS Secret

Expand Down

0 comments on commit 57f8e35

Please sign in to comment.