From c881544255c1b7d3ac07d2b76221b0040c8490ac Mon Sep 17 00:00:00 2001 From: Yusuke Kuoka Date: Sat, 22 May 2021 18:17:28 +0900 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 0d45c43f..4a06daad 100644 --- a/README.md +++ b/README.md @@ -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