diff options
| author | Paul Buetow <paul@buetow.org> | 2025-08-08 15:29:09 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-08-08 15:29:09 +0300 |
| commit | 076b0acfa4222a85f484052abbeaa26abdd5a557 (patch) | |
| tree | e311ca0290fd8225dc6996bddab2ac1b9b7b6b95 /f3s/example-apache/Makefile | |
| parent | 4d61df35d965f307d921d5c1a7f796fd112ce171 (diff) | |
migration to justfile
Diffstat (limited to 'f3s/example-apache/Makefile')
| -rw-r--r-- | f3s/example-apache/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/f3s/example-apache/Makefile b/f3s/example-apache/Makefile deleted file mode 100644 index 2936d22..0000000 --- a/f3s/example-apache/Makefile +++ /dev/null @@ -1,5 +0,0 @@ -apply: - helm install example-apache ./helm-chart --namespace test --create-namespace - -delete: - helm uninstall example-apache --namespace test
\ No newline at end of file |
