• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

the default GitOps source repository for booting up Jenkins X


Commit MetaInfo

Révisiond5ff4b9c8784d74aa2929728e6af70ea4846556b (tree)
l'heure2019-08-29 19:55:16
AuteurCosmin Cojocar <cosmin.cojocar@gmx....>
CommiterCosmin Cojocar

Message de Log

chore: Update README file

Signed-off-by: Cosmin Cojocar <cosmin.cojocar@gmx.ch>

Change Summary

Modification

--- a/README.md
+++ b/README.md
@@ -12,9 +12,18 @@ This repository contains the source code for [Jenkins X Boot configuration](http
1212
1313 ### Run the new Jenkins X Bootstrap Pipeline
1414
15-Clone this git repository and make sure you have a recent `jx` binary:
15+Create a fork of this git repository on github. We suggest renaming it to match the pattern `environment-<cluster name>-dev`. To rename your repository go to the repository settings in github.
1616
17-From inside the git clone of this repository type:
17+Clone your newly forked git repository:
18+
19+```
20+git clone https://github.com/<org>/environment-<cluster name>-dev && cd environment-<cluster name>-dev
21+```
22+
23+> It's important that you cd into your newly checked out git repo, otherwise `jx boot` will use the upstream Jenkins X boot
24+configuration.
25+
26+Now, in the checkout, run:
1827
1928 ```
2029 jx boot
@@ -38,11 +47,11 @@ We have improved the support for value + secret composition via this [issue](htt
3847
3948 ### Parameters file
4049
41-We define a [env/parameters.yaml](https://github.com/jstrachan/environment-simple-tekton/blob/master/env/parameters.yaml) file which defines all the parameters either checked in or loaded from Vault or a local file system secrets location.
50+We define a [env/parameters.yaml](https://github.com/jenkins-x/jenkins-x-boot-config/blob/master/env/parameters.yaml) file which defines all the parameters either checked in or loaded from Vault or a local file system secrets location.
4251
4352 #### Injecting secrets into the parameters
4453
45-If you look at the current [env/parameters.yaml](https://github.com/jstrachan/environment-simple-tekton/blob/master/env/parameters.yaml) file you will see some values inlined and others use URIs of the form `local:my-cluster-folder/nameofSecret/key`. This currently supports 2 schemes:
54+If you look at the current [env/parameters.yaml](https://github.com/jenkins-x/jenkins-x-boot-config/blob/master/env/parameters.yaml) file you will see some values inlined and others use URIs of the form `local:my-cluster-folder/nameofSecret/key`. This currently supports 2 schemes:
4655
4756 * `vault:` to load from a path + key from Vault
4857 * `local:` to load from a key in a YAML file at `~/.jx/localSecrets/$path.yml`