Skip to content

Commit e215b84

Browse files
authored
Merge pull request #196 from morri-son/enhance-controller-release-v2
correct sparse checkout and add small installation section for contro…
2 parents 7103db4 + b550c65 commit e215b84

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

.github/workflows/kubernetes-controller.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ jobs:
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

kubernetes/controller/cliff.toml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)