mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-07-24 05:25:53 +00:00
fixing gitlab-ci (#407)
This commit is contained in:
+1
-1
@@ -110,7 +110,7 @@ stages:
|
|||||||
echo fetching the custom values file from the configmap if HELM_CONFIGMAP_NAME is specified
|
echo fetching the custom values file from the configmap if HELM_CONFIGMAP_NAME is specified
|
||||||
if [[ $HELM_CONFIGMAP_NAME ]]; then
|
if [[ $HELM_CONFIGMAP_NAME ]]; then
|
||||||
# escape dot characters
|
# escape dot characters
|
||||||
HELM_CONFIGMAP_KEYNAME=`echo $HELM_CONFIGMAP_KEYNAME | sed 's/\./\\./g'`
|
HELM_CONFIGMAP_KEYNAME=`echo $HELM_CONFIGMAP_KEYNAME | sed 's/\./\\\./g'`
|
||||||
kubectl get cm $HELM_CONFIGMAP_NAME -n $HELM_NAMESPACE -o jsonpath="{.data.$HELM_CONFIGMAP_KEYNAME}" \
|
kubectl get cm $HELM_CONFIGMAP_NAME -n $HELM_NAMESPACE -o jsonpath="{.data.$HELM_CONFIGMAP_KEYNAME}" \
|
||||||
> custom-values.yaml
|
> custom-values.yaml
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user