2
0
mirror of https://github.com/nofusscomputing/kubernetes-manifest-tools.git synced 2025-08-13 00:27:27 +00:00

docs: update image name in example cmd

ref: #1 nofusscomputing/kubernetes#2
This commit is contained in:
2025-06-18 23:55:30 +09:30
parent 0c4f065624
commit 2a2ce4cd6d

View File

@ -33,7 +33,7 @@ docker run -ti \
-e "KUBECTL_SLICE_OUTPUT_DIR=/split" \
-v ${PWD}:/workdir \
--rm \
harbor.earth.nww/testing/kubectl-slice:test
nofusscomputing/kubernetes-manifest-tools:latest
```