Skip to content

Commit

Permalink
Fix helm install command
Browse files Browse the repository at this point in the history
  • Loading branch information
flenny authored Apr 15, 2024
2 parents 41b4135 + 5d33a41 commit a14a7fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/swissgeol-boreholes/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: swissgeol-boreholes
description: Borehole Data Management System
type: application
version: 0.2.1
version: 0.2.2
icon: https://raw.githubusercontent.com/geoadmin/suite-bdms/main/src/client/public/favicon.ico
appVersion: "v2.0.506"
home: https://www.swissgeol.ch/en
Expand Down
6 changes: 3 additions & 3 deletions charts/swissgeol-boreholes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ helm repo add swissgeol-boreholes https://geoadmin.github.io/config-bdms/
helm repo update

# Install the swissgeol-boreholes Helm chart
helm install swissgeol-boreholes geoadmin/swissgeol-boreholes \
helm install swissgeol-boreholes swissgeol-boreholes/swissgeol-boreholes \
--namespace 'swissgeol-boreholes' \
--create-namespace
```
Expand All @@ -33,7 +33,7 @@ This chart bootstraps the [swissgeol-boreholes](https://github.com/geoadmin/suit
To install the chart with the release name `swissgeol-boreholes`:

```bash
helm install swissgeol-boreholes geoadmin/swissgeol-boreholes
helm install swissgeol-boreholes swissgeol-boreholes/swissgeol-boreholes
```

## Configuring the Chart
Expand All @@ -59,7 +59,7 @@ The following table lists the configurable parameters of the swissgeol-boreholes
Specify each parameter using the `--set key=value` argument to `helm install`. For example,

```bash
helm install swissgeol-boreholes geoadmin/swissgeol-boreholes \
helm install swissgeol-boreholes swissgeol-boreholes/swissgeol-boreholes \
--namespace 'swissgeol-boreholes' \
--create-namespace \
--set app.domain="dev-boreholes.swissgeol.ch" \
Expand Down

0 comments on commit a14a7fd

Please sign in to comment.