From c19efd9c2d22d69d3c8150b6abbdf4efe6b8e9ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Verstraeten?= Date: Thu, 12 Dec 2024 16:55:28 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ca7a89c..a983043 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,9 @@ This repository contains CLI tools for performing specific automations. You can run the migration as a Kubernetes job in your cluster. The benefit is that you do not need to expose anything, and use the internal Kubernetes dns. +```sh kubectl apply -f kubernetes-job.yaml +``` ## Installation and contributing