We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0112c5d commit 0c747e1Copy full SHA for 0c747e1
installer/helm/Chart.yaml
@@ -2,5 +2,5 @@ apiVersion: v2
2
name: csdp-installer
3
description: A Helm chart used for installing a CSDP runtime
4
type: application
5
-version: 0.1.19
6
-appVersion: v0.0.10
+version: 0.1.20
+appVersion: v0.0.11
installer/install.sh
@@ -84,7 +84,7 @@ create_codefresh_secret() {
84
85
RUNTIME_CREATE_RESPONSE=`curl "${CSDP_URL}/2.0/api/graphql" \
86
-SsfL \
87
- -H "x-access-token: ${CSDP_TOKEN}" \
+ -H "Authorization: ${CSDP_TOKEN}" \
88
-H 'content-type: application/json' \
89
--compressed \
90
--insecure \
0 commit comments