Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kondratyevd committed Dec 4, 2024
1 parent fa9f43b commit 5795133
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/helm-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: helm lint

on:
push:
branches: ["master", "default-values"]
branches: ["master"]

jobs:
helm-lint:
Expand Down
13 changes: 12 additions & 1 deletion docs/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,18 @@ Installation

.. code:: shell
helm upgrade --install super-sonic ./helm --values helm/values.yaml -n <namespace>
git clone https://github.com/fastmachinelearning/SuperSONIC
cd SuperSONIC
helm upgrade --install SuperSONIC ./helm --values values/your-values.yaml -n <namespace>
Nicer installation from a Helm repository coming soon in `v0.1`

Uninstall SuperSONIC
~~~~~~~~~~~~~~~~~~~~~~~~~~

.. code:: shell
helm uninstall SuperSONIC -n <namespace>
Architecture
~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 5795133

Please sign in to comment.