Skip to content

Commit

Permalink
updated index
Browse files Browse the repository at this point in the history
  • Loading branch information
mguptahub committed Oct 1, 2024
1 parent 1d5ed37 commit 28b888f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
2 changes: 0 additions & 2 deletions content/plane-ce.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# Plane CE Helm Chart

## Pre-requisite

- A working Kubernetes cluster
Expand Down
8 changes: 4 additions & 4 deletions content/plane-ee.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
- A working Kubernetes cluster
- `kubectl` and `helm` on the client system that you will use to install our Helm charts

## Installing Plane Enterprise
## Installing Plane

1. Open Terminal or any other command-line app that has access to Kubernetes tools on your local system.
2. Set the following environment variables.

Copy the format of constants below, paste it on Terminal to start setting environment variables, set values for each variable, and hit ENTER or RETURN.

```bash
PLANE_VERSION=<v1.xx.x>
PLANE_VERSION=v1.3.1 # or the last released version
DOMAIN_NAME=<subdomain.domain.tld or domain.tld>
```

Expand Down Expand Up @@ -61,7 +61,7 @@
```

Make sure you set the minimum required values as below.
- `planeVersion: <v1.xx.x>`
- `planeVersion: v1.3.1 <or the last released version>`
- `license.licenseDomain: <The domain you have specified to host Plane>`
- `license.licenseServer: https://prime.plane.so`
- `ingress.enabled: <true | false>`
Expand Down Expand Up @@ -275,4 +275,4 @@ If you are planning to use 3rd party ingress providers, here is the available ro
| plane.example.com | /auth/* | <http://plane-app-api.plane:8000> | Yes |
| plane.example.com | /uploads/* | <http://plane-app-minio.plane:9000> | Yes (Only if using local setup) |
| plane-minio.example.com | / | <http://plane-app-minio.plane:9090> | (Optional) if using local setup, this will enable minio console access |
| plane-mq.example.com | / | <http://plane-app-minio.plane:15672> | (Optional) if using local setuo, this will enable management console access |
| plane-mq.example.com | / | <http://plane-app-minio.plane:15672> | (Optional) if using local setup, this will enable management console access |
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,21 +39,21 @@
</div>
<ul class="bg-body mb-2 nav nav-underline sticky-top" id="helmSetup" role="tablist">
<li class="nav-item" role="presentation">
<a class="nav-link" href="javascript://" id="ee-tab" data-bs-toggle="tab" data-bs-target="#ee-tab-pane"
type="button" role="tab" aria-controls="ee-tab-pane" aria-selected="true">Plane</a>
<a class="nav-link active" href="javascript://" id="ee-tab" data-bs-toggle="tab" data-bs-target="#ee-tab-pane"
type="button" role="tab" aria-controls="ee-tab-pane" aria-selected="true">Commercial Edition</a>
</li>
<li class="nav-item" role="presentation">
<a class="nav-link active" aria-current="page" href="javascript://" id="ce-tab" data-bs-toggle="tab"
<a class="nav-link" aria-current="page" href="javascript://" id="ce-tab" data-bs-toggle="tab"
data-bs-target="#ce-tab-pane" type="button" role="tab" aria-controls="ce-tab-pane"
aria-selected="true">Community Edition</a>
</li>
</ul>
<div class="tab-content p-2 border" id="myTabContent">
<div class="tab-pane fade" id="ee-tab-pane" role="tabpanel" aria-labelledby="ee-tab" tabindex="0">
<div class="tab-pane fade show active" id="ee-tab-pane" role="tabpanel" aria-labelledby="ee-tab" tabindex="0">
<zero-md src="./content/plane-ee.md"></zero-md>
</div>
<div class="tab-pane fade show active" id="ce-tab-pane" role="tabpanel" aria-labelledby="ce-tab"
tabindex="0">
<div class="tab-pane fade" id="ce-tab-pane" role="tabpanel" aria-labelledby="ce-tab"
tabindex="1">
<zero-md src="./content/plane-ce.md"></zero-md>
</div>
</div>
Expand Down

0 comments on commit 28b888f

Please sign in to comment.