Fix typo in install.sh script

Change-Id: Ib4529df6924d80032a24387db26719a8105b5496
This commit is contained in:
Thomas Draebing 2020-04-15 14:02:42 +02:00
parent 81ab4f166a
commit 3f8594c3cb

View file

@ -126,7 +126,7 @@ test -n "$DRYRUN" && exit 0
# Install loose components # Install loose components
kubectl apply -f $OUTPUT/namespace.yaml kubectl apply -f $OUTPUT/namespace.yaml
kubectl apply -f $OUTPUT/configuration kubectl apply -f $OUTPUT/configuration
kubectl apply -f $OUTPUT/dashboardsq kubectl apply -f $OUTPUT/dashboards
kubectl apply -f $OUTPUT/storage kubectl apply -f $OUTPUT/storage
# Add Loki helm repository # Add Loki helm repository