From ca306fb4a036efc41fed0e4244fe6cbc88698dd9 Mon Sep 17 00:00:00 2001 From: Xtigyro Date: Wed, 6 Nov 2019 17:36:40 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 94f597ed..fd5bcfb0 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ ## Prerequisites +### Code Repos * You must specify your Puppet Control Repo using `puppetserver.puppeturl` variable in the `values.yaml` file or include `--set puppetserver.puppeturl=` in the command line of `helm install`. You should specify your separate Hieradata Repo as well using the `hiera.hieradataurl` variable. * You can also use private repos. Just remember to specify your credentials using `r10k.viaHttps.credentials` or `r10k.viaSsh.credentials`. You can set similar credentials for your Hieradata Repo.