Skip to content

Commit

Permalink
Renamed example to values.yaml with mock-up values for Chart release
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis Ferreira committed Dec 17, 2021
1 parent bd144cc commit 4a5ab45
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,3 @@ terraform.rc

# Files that definitely should not be on SCM
*.pem
**/values.yaml
4 changes: 2 additions & 2 deletions charts/datalab/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
git clone https://github.com/eurostat/datalab
```

**IMPORTANT**: create a `values.yaml` based on `values.example.yaml` with your domain name, SMTP server, and passwords.
**IMPORTANT**: create your own `values.yaml` based on the default `values.yaml` with your domain name, SMTP server, and passwords.

> **ATTENTION** ensure you do not commit your `values.yaml` with secrets to the SCM.
Expand Down Expand Up @@ -45,7 +45,7 @@ The dependencies of the Chart are the components of the data lab with:

## Installing the Chart

**IMPORTANT**: create a `values.yaml` based on `values.example.yaml` with your domain name, SMTP server, and passwords.
**IMPORTANT**: create your own `values.yaml` based on the default `values.yaml` with your domain name, SMTP server, and passwords.
```
cd datalab/charts/datalab
helm upgrade --install datalab . -f values.yaml --wait
Expand Down
File renamed without changes.

0 comments on commit 4a5ab45

Please sign in to comment.