Update README.md

This commit is contained in:
Yusuke Kuoka 2021-05-22 18:17:28 +09:00 committed by GitHub
parent 92ba347d6f
commit c881544255
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -753,6 +753,8 @@ environments:
default:
production:
---
releases:
- name: newrelic-agent
installed: {{ eq .Environment.Name "production" | toYaml }}
@ -776,6 +778,8 @@ environments:
values:
- production.yaml
---
releases:
- name: myapp
values:
@ -818,6 +822,8 @@ environments:
- production.yaml # bare .yaml file, content will be used verbatim
- other.yaml.gotmpl # template directives with potential side-effects like `exec` and `readFile` will be honoured
---
releases:
- name: myapp-{{ .Values.releaseName }} # release name will be one of `dev` or `prod` depending on selected environment
values:
@ -852,6 +858,8 @@ environments:
- git::https://git.company.org/helmfiles/global/gcp.yaml?ref=master
- git::https://git.company.org/helmfiles/global/europe-west.yaml?ref=master
---
releases:
- ...
```
@ -882,6 +890,8 @@ environments:
secrets:
- environments/production/secrets.yaml
---
releases:
- name: myapp
chart: mychart