We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c095882 commit 5e32795Copy full SHA for 5e32795
deploy-manage/license/manage-your-license-in-eck.md
@@ -84,7 +84,7 @@ data:
84
85
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:
86
87
-```shell script
+```shell
88
kubectl create secret generic eck-license --from-file=my-license-file.json -n elastic-system
89
kubectl label secret eck-license "license.k8s.elastic.co/scope"=operator -n elastic-system
90
```
0 commit comments