Skip to content

Commit 164af75

Browse files
davidv1992rnijveld
authored andcommitted
[HELM] Fix header name in config-updater.sh
Should have been `Authorization`, not `Authentication`
1 parent 26c5637 commit 164af75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm-charts/nts-pool/templates/cron-config-updater.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ metadata:
1010
data:
1111
config-updater.sh: |
1212
#!/bin/sh
13-
curl --fail -H "Authentication: Bearer ${AUTHTOKEN}" "${CONFIGURL}" |
13+
curl --fail -H "Authorization: Bearer ${AUTHTOKEN}" "${CONFIGURL}" |
1414
jq '{"op": "replace", "path": "/data/servers.json", "value": "\(.)"}' |
1515
curl --fail --cacert "/var/run/secrets/kubernetes.io/serviceaccount/ca.crt" \
1616
--data-binary @- -X PATCH -H "Content-Type: application/json-patch+json" \

0 commit comments

Comments
 (0)