Skip to content

Commit 121e980

Browse files
Merge branch 'main' into fix-external-links-reference
2 parents 9ea9312 + 5e32795 commit 121e980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy-manage/license/manage-your-license-in-eck.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ data:
8484
8585
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:
8686

87-
```shell script
87+
```shell
8888
kubectl create secret generic eck-license --from-file=my-license-file.json -n elastic-system
8989
kubectl label secret eck-license "license.k8s.elastic.co/scope"=operator -n elastic-system
9090
```

0 commit comments

Comments
 (0)