Skip to content

Commit

Permalink
chore(release): update release yaml typo (#578)
Browse files Browse the repository at this point in the history
* chore(release): update release yaml typo

* chore(release): update release yaml
  • Loading branch information
zhujian7 authored and caicloud-bot committed Sep 21, 2018
1 parent 2f51c1b commit eadf6c3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions release/cyclone-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ _config:
- name: CLIENTIDSECRET
value: clientidsecret
- name: CONSOLE_WEB_ENDPOINT
value: http://[[ kube_apiserver_endpoint_ip ]]:30000
value: [[ compassWebEndpoint ]]
- name: CLIENTID_GITLAB
value: clientid_gitlab
- name: CLIENTIDSECRET_GITLAB
Expand Down Expand Up @@ -58,10 +58,10 @@ _config:
value: "50"
- name: NOTIFICATION_URL
value: http://devops-admin:7088/api/v1/notification
- name: RECORD_WEB_URL_TEMPLATE:
value: http://[[ kube_apiserver_endpoint_ip ]]:30000/devops/pipeline/{{.Pipeline.Name}}/record/{{.PipelineRecord.ID}}?workspace={{.Project.Name}}&tenant={{index .Pipeline.Annotations "tenant"}}
- name: RECORD_WEB_URL_TEMPLATE
value: [[ compassWebEndpoint ]]/devops/pipeline/{{.Pipeline.Name}}/record/{{.PipelineRecord.ID}}?workspace={{.Project.Name}}&tenant={{index .Pipeline.Annotations "tenant"}}
- name: CALLBACK_URL
value: http://[[ kube_apiserver_endpoint_ip ]]:30069/apis/admin.devops.caicloud.io/v1/pipelines
value: [[ hodorEndpoint ]]/apis/admin.devops.caicloud.io/v1/pipelines
image: '[[ registry_release ]]/cyclone-server:[[ imageTagFromGitTag ]]'
imagePullPolicy: IfNotPresent
mounts:
Expand Down

0 comments on commit eadf6c3

Please sign in to comment.