the default GitOps source repository for booting up Jenkins X
修訂 | 1f8072010083870b1d423fabc8c2937d80a8cc2e (tree) |
---|---|
時間 | 2019-07-19 01:09:50 |
作者 | David Conde <dconde@clou...> |
Commiter | GitHub |
Merge pull request #6 from jenkins-x/updates_readme_link
chore: updated readme link
@@ -58,7 +58,7 @@ We can then use the new step to populate the `parameters.yaml` file via this com | ||
58 | 58 | jx step create values --name parameters |
59 | 59 | ``` |
60 | 60 | |
61 | -This uses the [parameters.schema.json](https://github.com/jstrachan/environment-simple-tekton/blob/master/env/parameters.schema.json) file which powers the UI. | |
61 | +This uses the [parameters.schema.json](https://github.com/jenkins-x/jenkins-x-boot-config/blob/master/env/parameters.schema.json) file which powers the UI. | |
62 | 62 | |
63 | 63 | So if you wanted to perform your own install from this git repo, just fork it, remove `env/parameters.yaml` and run the bootstrap command! |
64 | 64 |