Skip to content

Commit 23c3748

Browse files
committed
fix: self-managed example indention
1 parent e9f4073 commit 23c3748

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/k8s/install/self-managed.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Check the `version` line at the beginning of the file and use the matching confi
8484
runtime_type = "io.containerd.runc.v2"
8585
pod_annotations = [ "flox.dev/*" ]
8686
container_annotations = [ "flox.dev/*" ]
87-
[plugins."io.containerd.grpc.v1.cri".containerd.runtimes.flox.options]
87+
[plugins."io.containerd.grpc.v1.cri".containerd.runtimes.flox.options]
8888
SystemdCgroup = true
8989
```
9090

@@ -94,7 +94,7 @@ Check the `version` line at the beginning of the file and use the matching confi
9494
runtime_type = "io.containerd.runc.v2"
9595
pod_annotations = [ "flox.dev/*" ]
9696
container_annotations = [ "flox.dev/*" ]
97-
[plugins."io.containerd.cri.v1.runtime".containerd.runtimes.flox.options]
97+
[plugins."io.containerd.cri.v1.runtime".containerd.runtimes.flox.options]
9898
SystemdCgroup = true
9999
```
100100

0 commit comments

Comments
 (0)