diff options
Diffstat (limited to 'f3s/example-apache')
| -rw-r--r-- | f3s/example-apache/Justfile | 5 | ||||
| -rw-r--r-- | f3s/example-apache/Makefile | 5 |
2 files changed, 5 insertions, 5 deletions
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 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 |
