Skip to content

Commit

Permalink
Remove namespace templates. Fix README.md. (#1219)
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
  • Loading branch information
AndrienkoAleksandr authored Dec 4, 2021
1 parent 88cb1ed commit f45a6e0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 32 deletions.
2 changes: 2 additions & 0 deletions helmcharts/next/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ Helm charts to deploy [Eclipse Che](https://www.eclipse.org/che/)
Install the Helm Charts for Eclipse Che Operator.

```
kubectl create namespace eclipse-che
DOMAIN=<KUBERNETES_CLUSTER_DOMAIN>
# Install charts
Expand Down
16 changes: 0 additions & 16 deletions helmcharts/next/templates/namespace.yaml

This file was deleted.

6 changes: 6 additions & 0 deletions helmcharts/stable/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ Helm charts to deploy [Eclipse Che](https://www.eclipse.org/che/)

### Installation

Create namespace `eclipse-che`:

```bash
$ kubectl create namespace eclipse-che
```

Install `Eclipse Che Operator` by following instructions in top right button `Install`.

A new pod che-operator is created in `eclipse-che` namespace
Expand Down
16 changes: 0 additions & 16 deletions helmcharts/stable/templates/namespace.yaml

This file was deleted.

0 comments on commit f45a6e0

Please sign in to comment.