File tree Expand file tree Collapse file tree 4 files changed +19
-4
lines changed Expand file tree Collapse file tree 4 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 1+ apiVersion : v1
2+ kind : Secret
3+ metadata :
4+ name : cf-api-key-aperture
5+ type : Opaque
6+ stringData :
7+ token : " 642xxxxxxxxxxxxxxxxxdedc.584xxxxxxxxxxxxxxxxxxxxxxxxxefda"
Original file line number Diff line number Diff line change 1+ apiVersion : v1
2+ kind : Secret
3+ metadata :
4+ name : cf-api-key-aperture
5+ type : Opaque
6+ # not encoded as we use stringData (instead of data that requires base64 encoding)
7+ stringData :
8+ token : " 642ca0xxxx7b6620xxxxxxxx.584dyyyyyyyyyy26ce7c43byyyyyy"
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ The workflowTemplate have been tested on the following instance releases:
1515ServiceNow instance. See [ example] ( ../../assets/sn_auth.yml )
1616 - username
1717 - password
18- 2 . create a secret containing the Codefresh API Key (in the token field). See [ example] ( ../../assets/cf_token.yml )
18+ 2 . create a secret containing the Codefresh API Key (in the token field). See [ example] ( ../../assets/cf_token.yaml )
19193 . install the [ local update] ( ../../assets/xml/ServiceNow-Codefresh_Integration_1.3.0.xml ) set in your instance
2020
2121## Templates
Original file line number Diff line number Diff line change 2525apiVersion: argoproj.io/v1alpha1
2626kind: Workflow
2727metadata:
28- generateName: update -cr
28+ generateName: close -cr
2929spec:
3030 entrypoint: main
3131 templates:
3232 - name: main
3333 dag:
3434 tasks:
35- - name: update -sn-cr
35+ - name: close -sn-cr
3636 templateRef:
3737 name: argo-hub.servicenow.1.3.1
38- template: updatecr
38+ template: closecr
3939 arguments:
4040 parameters:
4141 - name: SN_INSTANCE
You can’t perform that action at this time.
0 commit comments