We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed1b9c3 commit d723d59Copy full SHA for d723d59
helm-charts/nts-pool/templates/cron-config-updater.yaml
@@ -13,7 +13,7 @@ data:
13
curl --fail -H "Authentication: Bearer ${AUTHTOKEN}" "${CONFIGURL}" |
14
jq '{"op": "replace", "path": "/data/servers.json", "value": "\(.)"}' |
15
curl --fail --cacert "/var/run/secrets/kubernetes.io/serviceaccount/ca.crt" \
16
- --binary-data @- -X PATCH -H "Content-Type: application/json-patch+json" \
+ --data-binary @- -X PATCH -H "Content-Type: application/json-patch+json" \
17
-H "Authentication: Bearer $(cat /var/run/secrets/kubernetes.io/serviceaccount/token)" \
18
"https://${KUBERNETES_SERVICE_HOST}:${KUBERNETES_SERVICE_PORT_HTTPS}/api/v1/namespaces/${NAMESPACE}/configmaps/${CONFIGMAP}"
19
---
0 commit comments