Skip to content

Commit 4cae025

Browse files
committed
Renaming
1 parent 3a313cf commit 4cae025

22 files changed

Lines changed: 89 additions & 0 deletions
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
This chart installs the example [api-postgresql-go](../../api-postgresql-go/README.md) as well as it's dependency [database-mssql](../database-mssql/README.md)
2+
3+
4+
## Installing the Chart
5+
To install the chart with the release name `myapp` in the namespace `default`:
6+
```
7+
helm install myapp . -n default
8+
```
9+
10+
## Uninstalling the Chart
11+
To uninstall/delete the `myapp` deployment in the namespace `default`:
12+
```
13+
helm delete myapp -n default
14+
```
15+
16+
## Update the Dependency
17+
```
18+
helm dependency update .
19+
```
20+
21+
## Parameters
22+
The following tables lists the available parameters of the chart and their default values as found in the `values.yaml`
23+
| Parameter | Description | Default value |
24+
| --------------------------- | -------------------------------- | --------------------------- |
25+
| image.repository | The docker image | |
26+
| image.pullPolicy | The pullPolicy of the image | Always |
27+
| image.tag | The image version tag | latest |
28+
| configmap.database | The name of the database | DemoDB |
29+
| configmap.host | The database service host | mssql.dev.svc.cluster.local |
30+
| configmap.port | The database port | 1433 |
31+
| service.port | The service port | 80 |
32+
| database-mssql.nameOverride | The name overide of the subchart | database-mssql |
33+
34+
<br/>
35+
36+
You can specify your own `values.yaml`
37+
38+
```
39+
helm install myapp . -n default -f values.yaml
40+
```
41+
42+
You can override values in the cli by specifying the value for example
43+
```
44+
helm install myapp . -n default --set image.repository=mydockeruser/myimage
45+
```

helm-charts/api-mssql-go/charts/database-mssql-0.1.0.tgz renamed to helm-charts/api-postgresql-go/charts/database-mssql-0.1.0.tgz

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)