diff options
| author | Paul Buetow <paul@buetow.org> | 2025-08-07 09:27:52 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-08-07 09:27:52 +0300 |
| commit | 1b204bffe48809c6695ce22d6e05851e22e3cc5d (patch) | |
| tree | 9c02454e1d72c431be4b3f997c5683646137923a /f3s/example-apache | |
| parent | 4849dd092768adc37f5cfd482f4f0b62d372c679 (diff) | |
add makefile
Diffstat (limited to 'f3s/example-apache')
| -rw-r--r-- | f3s/example-apache/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/f3s/example-apache/Makefile b/f3s/example-apache/Makefile new file mode 100644 index 0000000..ec6dc2c --- /dev/null +++ b/f3s/example-apache/Makefile @@ -0,0 +1,5 @@ +apply: + helm install example-apache ./helm-chart + +delete: + helm uninstall example-apache |
