Unverified Commit fc2edad6 authored by liwenhe1993's avatar liwenhe1993 Committed by GitHub
Browse files

Merge pull request #2504 from liwenhe1993/dev

Updating kubernetes template files
parents 1d76d0a9 5cfb21ae
Loading
Loading
Loading
Loading

charts/dolphinscheduler/README.md

deleted100644 → 0
+0 −226

File deleted.

Preview size limit exceeded, changes collapsed.

+12 −12
Original line number Diff line number Diff line
@@ -35,11 +35,11 @@ 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: 1.0.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: 1.2.1
appVersion: 1.3.0

dependencies:
- name: postgresql
+3 −1
Original line number Diff line number Diff line
@@ -16,7 +16,9 @@ To install the chart with the release name `my-release`:

```bash
$ git clone https://github.com/apache/incubator-dolphinscheduler.git
$ cd incubator-dolphinscheduler
$ cd incubator-dolphinscheduler/kubernetes/dolphinscheduler
$ helm repo add bitnami https://charts.bitnami.com/bitnami
$ helm dependency update .
$ helm install --name dolphinscheduler .
```
These commands deploy Dolphin Scheduler on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation.
+9 −0
Original line number Diff line number Diff line
dependencies:
- name: postgresql
  version: 8.x.x
  repository: https://charts.bitnami.com/bitnami
  condition: postgresql.enabled
- name: zookeeper
  version: 5.x.x
  repository: https://charts.bitnami.com/bitnami
  condition: redis.enabled
 No newline at end of file
Loading