Skip to content

Commit 2e8e31e

Browse files
Fix the deployment via Helm (#3)
* Fix the deployment via Helm * Fix CRD * Fix Clippy warning * Add configuration for the README file * Render README file * Remove unused dependencies
1 parent 94d9159 commit 2e8e31e

13 files changed

Lines changed: 1556 additions & 1420 deletions

File tree

.readme/README.md.j2

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{%- set title="Stackable Operator for OpenSearch" -%}
2+
{%- set operator_name="opensearch" -%}
3+
{%- set operator_docs_slug="opensearch" -%}
4+
{%- set related_reading_links=[] -%}
5+
6+
{% filter trim %}
7+
{%- include "partials/borrowed/header.md.j2" -%}
8+
{% endfilter %}
9+
10+
{% filter trim %}
11+
{%- include "partials/borrowed/links.md.j2" -%}
12+
{% endfilter %}
13+
14+
{% filter trim %}
15+
{%- include "partials/main.md.j2" -%}
16+
{% endfilter %}
17+
18+
{% filter trim %}
19+
{%- include "partials/borrowed/footer.md.j2" -%}
20+
{% endfilter %}
21+
22+
{% filter trim %}
23+
{%- include "partials/borrowed/related_reading.md.j2" -%}
24+
{% endfilter %}

.readme/partials/main.md.j2

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
This is a Kubernetes operator to manage [OpenSearch](https://opensearch.org/) clusters.
2+
3+
{% filter trim %}
4+
{%- include "partials/borrowed/overview_blurb.md.j2" -%}
5+
{% endfilter %}
6+
7+
## Installation
8+
9+
You can install the operator using [stackablectl or helm](https://docs.stackable.tech/home/stable/{{operator_name}}/getting_started/installation).
10+
11+
Read on to get started with it, or see it in action in one of our [demos](https://stackable.tech/en/demos/).
12+
13+
## Getting Started
14+
15+
You can follow this [tutorial](https://docs.stackable.tech/home/stable/{{operator_name}}/getting_started/first_steps).
16+
17+
{% filter trim %}
18+
{%- include "partials/borrowed/documentation.md.j2" -%}
19+
{% endfilter %}
214 KB
Loading

0 commit comments

Comments
 (0)