@leverege/build-tools 2.28.0-beta.1 → 2.28.0-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/helm-charts/grafana/gitignore +1 -0
- package/src/helmup +2 -0
package/package.json
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
grafana-local.yaml
|
package/src/helmup
CHANGED
|
@@ -143,6 +143,8 @@ MISSING_HELMUP_PLUGIN
|
|
|
143
143
|
fi
|
|
144
144
|
|
|
145
145
|
cp -a $SERVICE_CHART .
|
|
146
|
+
# because npm tends to not allow .gitinore files the easy way...
|
|
147
|
+
[ -f "$SERVICE/gitignore" ] && mv $SERVICE/gitignore $SERVICE/.gitignore
|
|
146
148
|
git add $SERVICE
|
|
147
149
|
overwhelm.js --genvals
|
|
148
150
|
ifPluggedIn $SERVICE
|