the default GitOps source repository for booting up Jenkins X
修訂 | 6f8edd258b7535ddc418a5b01b6d8fdc64274b27 (tree) |
---|---|
時間 | 2019-06-20 23:14:56 |
作者 | James Strachan <james.strachan@gmai...> |
Commiter | James Strachan |
docs: first spike at docs
@@ -1,8 +1,8 @@ | ||
1 | 1 | adminUser: |
2 | - password: local:/adminUser:password | |
2 | + password: local:dev-cluster-jstrachan/adminuser:password | |
3 | 3 | username: admin |
4 | 4 | docker: |
5 | - password: local:/dockerRegistry:password | |
5 | + password: local:dev-cluster-jstrachan/docker:password | |
6 | 6 | url: https://index.docker.io/v1/ |
7 | 7 | username: jenkinsxbot |
8 | 8 | enableDocker: true |
@@ -11,9 +11,7 @@ gitProvider: github | ||
11 | 11 | pipelineUser: |
12 | 12 | github: |
13 | 13 | host: github.com |
14 | - token: local:/pipelineUser:token | |
14 | + token: local:dev-cluster-jstrachan/pipelineuser-github:token | |
15 | 15 | username: jenkins-x-bot-test |
16 | 16 | prow: |
17 | - hmacToken: local:/prow:hmacToken | |
18 | -gpg: | |
19 | - passphrase: local:/gpg:passphrase | |
\ No newline at end of file | ||
17 | + hmacToken: local:dev-cluster-jstrachan/prow-hmactoken:token |
@@ -39,6 +39,15 @@ pipelineConfig: | ||
39 | 39 | env: |
40 | 40 | - name: DEPLOY_NAMESPACE |
41 | 41 | value: jx |
42 | + | |
43 | + # TODO only run the following in bootstrap mode! | |
44 | + - name: helm-default-vales | |
45 | + dir: /workspace/source/env | |
46 | + command: jx | |
47 | + args: ['step','create','values', '--name', 'parameters', '--secrets-scheme=local', '--secret-base-path', 'dev-cluster-jstrachan'] | |
48 | + env: | |
49 | + - name: DEPLOY_NAMESPACE | |
50 | + value: jx | |
42 | 51 | - name: helm-build |
43 | 52 | dir: /workspace/source/env |
44 | 53 | command: jx |