File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed
Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 6868 sparse-checkout : |
6969 ${{ env.LOCATION }}
7070 Taskfile.yml
71+ .env
7172 persist-credentials : false
7273
7374 - name : Install Task
@@ -123,6 +124,7 @@ jobs:
123124 .github/scripts
124125 ${{ env.LOCATION }}
125126 Taskfile.yml
127+ .env
126128 persist-credentials : false
127129 ref : ${{ env.REF }}
128130
@@ -297,6 +299,7 @@ jobs:
297299 sparse-checkout : |
298300 ${{ env.LOCATION }}
299301 Taskfile.yml
302+ .env
300303 persist-credentials : false
301304
302305 - name : Install Task
Original file line number Diff line number Diff line change @@ -20,9 +20,19 @@ body = """
2020 {% endfor %}
2121{% endfor %}
2222
23- ### Installation
23+ ### Quick installation and usage guide
2424
25- TODO: Add controller-specific installation instructions here.
25+ To install the latest version of the OCM Controllers into an existing kubernetes cluster,
26+ you can use our Helm chart:
27+
28+ ```bash
29+ helm install ocm-k8s-toolkit oci://ghcr.io/open-component-model/charts/ocm-k8s-toolkit \
30+ --namespace ocm-k8s-toolkit-system \
31+ --create-namespace
32+ ``
33+
34+ Check out our [guide](https://ocm.software/dev/docs/getting-started/set-up-controller-environments/) on how to set up
35+ OCM Controller environments for more details.
2636
2737{% if github.contributors | length > 0 %}
2838### Community & Contributors
You can’t perform that action at this time.
0 commit comments