Skip to content

Commit

Permalink
Fix codeblock
Browse files Browse the repository at this point in the history
This is not a valid code block argument and will start failing when elastic/docs-builder#699 is merged
  • Loading branch information
reakaleek authored Mar 7, 2025
1 parent c095882 commit 5a1549d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy-manage/license/manage-your-license-in-eck.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ data:
You can easily create this secret using `kubectl` built-in support for secrets. Note that it must be in the same namespace as the operator:

```shell script
```shell
kubectl create secret generic eck-license --from-file=my-license-file.json -n elastic-system
kubectl label secret eck-license "license.k8s.elastic.co/scope"=operator -n elastic-system
```
Expand Down

0 comments on commit 5a1549d

Please sign in to comment.