File tree Expand file tree Collapse file tree 2 files changed +29
-2
lines changed
Expand file tree Collapse file tree 2 files changed +29
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ The following charts are currently available from this repository:
88
99- [ kcp] ( ./charts/kcp/ )
1010- [ api-syncagent] ( ./charts/api-syncagent/ )
11+ - [ kcp-operator] ( ./charts/kcp-operator/ )
1112
1213> [ !CAUTION]
1314> The charts below are work-in-progress and currently not ready for production use.
@@ -20,7 +21,6 @@ that are meant to be used together:
2021- [ proxy] ( ./charts/proxy/ )
2122- [ cache] ( ./charts/cache/ )
2223
23-
2424## Usage
2525
2626[ Helm] ( https://helm.sh ) must be installed to use the charts. Please refer to Helm's
Original file line number Diff line number Diff line change 11# KCP Helm Chart - kcp-operator
22
33This Helm chart deploys an instance of the [ kcp-operator] ( https://github.com/kcp-dev/kcp-operator ) .
4- For more documentation, check out [ docs.kcp.io/kcp-operator] ( https://docs.kcp.io/kcp-operator ) .
4+
5+ ## Requirements
6+
7+ * [ cert-manager] ( https://cert-manager.io/docs/installation )
8+
9+ ## Usage
10+
11+ [ Helm] ( https://helm.sh ) must be installed to use the charts. Please refer to Helm's
12+ [ documentation] ( https://helm.sh/docs ) to get started.
13+
14+ Once Helm has been set up correctly, add the repo as follows:
15+
16+ helm repo add kcp https://kcp-dev.github.io/helm-charts
17+
18+ If you had already added this repo earlier, run ` helm repo update ` to retrieve the latest versions
19+ of the packages. You can then run ` helm search repo kcp ` to see the charts.
20+
21+ To install the kcp-operator chart (you can also pass custom values via ` --values myvalues.yaml ` ):
22+
23+ helm install my-kcp-operator kcp/kcp-operator
24+
25+ To uninstall the chart:
26+
27+ helm delete my-kcp-operator
528
629Check [ values.yaml] ( ./values.yaml ) for configuration options for this Helm chart.
30+
31+ ## Documentation
32+
33+ For documentation on how to use kcp-operator, check out [ docs.kcp.io/kcp-operator] ( https://docs.kcp.io/kcp-operator ) .
You can’t perform that action at this time.
0 commit comments