the default GitOps source repository for booting up Jenkins X
修訂 | d17dcf8f7b2606b4d6778f2ac3d7f2335bf44597 (tree) |
---|---|
時間 | 2019-06-21 04:34:30 |
作者 | James Strachan <james.strachan@gmai...> |
Commiter | James Strachan |
chore: fix pipeline name
@@ -32,7 +32,7 @@ pipelineConfig: | ||
32 | 32 | env: |
33 | 33 | - name: DEPLOY_NAMESPACE |
34 | 34 | value: cert-manager |
35 | - - name: helm-default-vales | |
35 | + - name: helm-cluster-values | |
36 | 36 | dir: /workspace/source/env |
37 | 37 | command: jx |
38 | 38 | args: ['step','create','install', 'values', '-b'] |
@@ -41,7 +41,7 @@ pipelineConfig: | ||
41 | 41 | value: jx |
42 | 42 | |
43 | 43 | # TODO only run the following in bootstrap mode! |
44 | - - name: helm-default-vales | |
44 | + - name: helm-populate-params | |
45 | 45 | dir: /workspace/source/env |
46 | 46 | command: jx |
47 | 47 | args: ['step','create','values', '--name', 'parameters', '--secrets-scheme=local', '--secret-base-path', 'dev-cluster-jstrachan'] |