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