• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

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

修訂6f8edd258b7535ddc418a5b01b6d8fdc64274b27 (tree)
時間2019-06-20 23:14:56
作者James Strachan <james.strachan@gmai...>
CommiterJames Strachan

Log Message

docs: first spike at docs

Change Summary

差異

--- a/env/parameters.yaml
+++ b/env/parameters.yaml
@@ -1,8 +1,8 @@
11 adminUser:
2- password: local:/adminUser:password
2+ password: local:dev-cluster-jstrachan/adminuser:password
33 username: admin
44 docker:
5- password: local:/dockerRegistry:password
5+ password: local:dev-cluster-jstrachan/docker:password
66 url: https://index.docker.io/v1/
77 username: jenkinsxbot
88 enableDocker: true
@@ -11,9 +11,7 @@ gitProvider: github
1111 pipelineUser:
1212 github:
1313 host: github.com
14- token: local:/pipelineUser:token
14+ token: local:dev-cluster-jstrachan/pipelineuser-github:token
1515 username: jenkins-x-bot-test
1616 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
--- a/jenkins-x.yml
+++ b/jenkins-x.yml
@@ -39,6 +39,15 @@ pipelineConfig:
3939 env:
4040 - name: DEPLOY_NAMESPACE
4141 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
4251 - name: helm-build
4352 dir: /workspace/source/env
4453 command: jx