• 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

修訂d17dcf8f7b2606b4d6778f2ac3d7f2335bf44597 (tree)
時間2019-06-21 04:34:30
作者James Strachan <james.strachan@gmai...>
CommiterJames Strachan

Log Message

chore: fix pipeline name

Change Summary

差異

--- a/jenkins-x.yml
+++ b/jenkins-x.yml
@@ -32,7 +32,7 @@ pipelineConfig:
3232 env:
3333 - name: DEPLOY_NAMESPACE
3434 value: cert-manager
35- - name: helm-default-vales
35+ - name: helm-cluster-values
3636 dir: /workspace/source/env
3737 command: jx
3838 args: ['step','create','install', 'values', '-b']
@@ -41,7 +41,7 @@ pipelineConfig:
4141 value: jx
4242
4343 # TODO only run the following in bootstrap mode!
44- - name: helm-default-vales
44+ - name: helm-populate-params
4545 dir: /workspace/source/env
4646 command: jx
4747 args: ['step','create','values', '--name', 'parameters', '--secrets-scheme=local', '--secret-base-path', 'dev-cluster-jstrachan']