Skip to content

Commit 0c26682

Browse files
committed
Adjust per recommendations
Signed-off-by: Michael Montgomery <[email protected]>
1 parent b964749 commit 0c26682

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

deploy-manage/users-roles/cluster-or-deployment-auth/managed-credentials-eck.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,14 +80,16 @@ In ECK versions 3.2 and beyond:
8080
```sh
8181
kubectl delete secret -l eck.k8s.elastic.co/credentials=true
8282
```
83+
8384
:::
8485

85-
:::{applies-item} { "eck": "prior to 3.2" }
86+
:::{applies-item} { "eck": "ga 3.1" }
8687
In ECK versions prior to 3.2:
8788

8889
```sh
8990
kubectl delete secret -l eck.k8s.elastic.co/credentials=true,common.k8s.elastic.co/type!=kibana
9091
```
92+
9193
:::
9294

9395
::::

0 commit comments

Comments
 (0)