From 4716320d9976a71a6985330e7f5393c1cdb08c2b Mon Sep 17 00:00:00 2001 From: qb-abdul <31490398+qb-abdul@users.noreply.github.com> Date: Thu, 31 Mar 2022 07:24:25 +0530 Subject: [PATCH] Update README.md (#2105) Added examples in Readme.md for fetching values from Remote --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5caf9756..69d51575 100644 --- a/README.md +++ b/README.md @@ -872,7 +872,10 @@ environments: - git::https://git.company.org/helmfiles/global/gcp.yaml?ref=master - git::https://git.company.org/helmfiles/global/europe-west.yaml?ref=master - git::https://ci:{{ env "CI_JOB_TOKEN" }}@gitlab.com/org/repository-name.git@/config.dev.yaml?ref={{ env "APP_COMMIT_SHA" }} # Private Gitlab Repo - + staging: + values: + - git::https://{{ env "GITHUB_PAT" }}@github.com/[$GITHUB_ORGorGITHUB_USER]/repository-name.git@/values.dev.yaml?ref=main #Github Private repo + - http://$HOSTNAME/artifactory/example-repo-local/test.tgz@values.yaml #Artifactory url --- releases: