Skip to content

Commit

Permalink
Fix indentattion
Browse files Browse the repository at this point in the history
  • Loading branch information
IshaGirdhar committed May 15, 2023
1 parent 4164758 commit 57da512
Show file tree
Hide file tree
Showing 3 changed files with 150 additions and 160 deletions.
13 changes: 2 additions & 11 deletions charts/opensearch-cluster/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,12 @@
apiVersion: v2
name: opensearch-cluster
description: The OpenSearch Cluster Helm chart for Kubernetes

# A chart can be either an 'application' or a 'library' chart.
#
# Application charts are a collection of templates that can be packaged into versioned archives
# to be deployed.
#
# Library charts provide useful utilities or functions for the chart developer. They're included as
# a dependency of application charts to inject those utilities and functions into the rendering
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
type: application

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 0.1.0
version: 2.2.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: 0.1.0
appVersion: 2.2.0
5 changes: 2 additions & 3 deletions charts/opensearch-cluster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@

The Kubernetes [OpenSearch Operator](https://github.com/Opster/opensearch-k8s-operator) is used for automating the deployment, provisioning, management, and orchestration of OpenSearch clusters and OpenSearch dashboards.

## Getting started

## Install OpenSeachCluster Using Helm
The Operator can be easily installed using helm on any CNCF-certified Kubernetes cluster. Please refer to the [User Guide](https://github.com/Opster/opensearch-k8s-operator/blob/main/docs/userguide/main.md) for more information.
Once the operator is installed, opensearch cluster can be installed using helm as well in the same CNCF-certified Kubernetes cluster.

### Installation Using Helm
### OpenSearchCluster Installation Using Helm

#### Install Chart
```
Expand Down
Loading

0 comments on commit 57da512

Please sign in to comment.