From 076b0acfa4222a85f484052abbeaa26abdd5a557 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 8 Aug 2025 15:29:09 +0300 Subject: migration to justfile --- f3s/example-apache/Justfile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 f3s/example-apache/Justfile (limited to 'f3s/example-apache/Justfile') diff --git a/f3s/example-apache/Justfile b/f3s/example-apache/Justfile new file mode 100644 index 0000000..ef13e2d --- /dev/null +++ b/f3s/example-apache/Justfile @@ -0,0 +1,5 @@ +apply: + helm install example-apache ./helm-chart --namespace test --create-namespace + +delete: + helm uninstall example-apache --namespace test -- cgit v1.2.3