Skip to content

Commit 730a0de

Browse files
perdasilvaestroz
authored andcommitted
Update content/en/docs/advanced-tasks/performance-profiling.md
Co-authored-by: Eric Stroczynski <estrozgh@fastmail.com> Signed-off-by: Per Goncalves da Silva <pegoncal@redhat.com>
1 parent 1115042 commit 730a0de

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

content/en/docs/advanced-tasks/performance-profiling.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,11 @@ A valid server certificate must be created for each component before the Perform
2626
Once you have generated a private and public key, this data should be stored in a `TLS Secret`:
2727

2828
```bash
29-
30-
$ export TLS_SECRET=my-tls-secret
3129
$ export PRIVATE_KEY_FILENAME=private.key # Replace with the name of the file that contains the private key you generated.
3230
$ export PUBLIC_KEY_FILENAME=certificate.crt # Replace with the name of the file that contains the public key you generated.
3331

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

3635
### Updating OLM to Use the TLS Secret
3736

0 commit comments

Comments
 (0)