Skip to content

Commit

Permalink
Renaming charts to helm-charts (oracle#1768)
Browse files Browse the repository at this point in the history
* directory charts renamed to helm-charts
* SingleInstance/README.md updated with relevant description. References to new helm-charts directory are corrected in oracle-db/README.md
  • Loading branch information
abhisbyk authored Oct 28, 2020
1 parent 97885cc commit d2bfae0
Show file tree
Hide file tree
Showing 11 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions OracleDatabase/SingleInstance/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,9 @@ Once the container has been started you can connect to it just like to any other
sqlplus sys/<your password>@//localhost:1521/XE as sysdba
sqlplus system/<your password>@//localhost:1521/XE

### Deploying Oracle Database on Kubernetes
Helm is a package manager which uses a packaging format called charts. [helm-charts](helm-charts/) directory contains all the relevant files needed to deploy Oracle Database on Kubernetes. For more information on default configuration, installing/uninstalling the Oracle Database chart on Kubernetes, please refer [helm-charts/oracle-db/README.md](helm-charts/oracle-db/README.md).

### Running SQL*Plus in a Docker container
You may use the same Docker image you used to start the database, to run `sqlplus` to connect to it, for example:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
Database 19c is an industry leading relational database server.

## Getting started
A Helm chart is used for packaging the deployment yamls to simplify install in Kubernetes. The chart is available at [charts/oracle-db](./) directory.
A Helm chart is used for packaging the deployment yamls to simplify install in Kubernetes. The chart is available at [helm-charts/oracle-db](./) directory.
Clone the repo and execute the following command to generate oracle-db-1.0.0.tgz
```
$ helm package charts/oracle-db
$ helm package helm-charts/oracle-db
```

## Introduction
Expand Down

0 comments on commit d2bfae0

Please sign in to comment.