Skip to content

Commit 0c747e1

Browse files
committed
fixed installer to use authorization header
1 parent 0112c5d commit 0c747e1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

installer/helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: csdp-installer
33
description: A Helm chart used for installing a CSDP runtime
44
type: application
5-
version: 0.1.19
6-
appVersion: v0.0.10
5+
version: 0.1.20
6+
appVersion: v0.0.11

installer/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ create_codefresh_secret() {
8484

8585
RUNTIME_CREATE_RESPONSE=`curl "${CSDP_URL}/2.0/api/graphql" \
8686
-SsfL \
87-
-H "x-access-token: ${CSDP_TOKEN}" \
87+
-H "Authorization: ${CSDP_TOKEN}" \
8888
-H 'content-type: application/json' \
8989
--compressed \
9090
--insecure \

0 commit comments

Comments
 (0)