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/wallabag/Justfile | |
| parent | 4d61df35d965f307d921d5c1a7f796fd112ce171 (diff) | |
migration to justfile
Diffstat (limited to 'f3s/wallabag/Justfile')
| -rw-r--r-- | f3s/wallabag/Justfile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/f3s/wallabag/Justfile b/f3s/wallabag/Justfile new file mode 100644 index 0000000..ed667b5 --- /dev/null +++ b/f3s/wallabag/Justfile @@ -0,0 +1,5 @@ +apply: + helm install wallabag ./helm-chart --namespace services --create-namespace + +delete: + helm uninstall wallabag --namespace services |
