Fix typo in install.sh script
Change-Id: Ib4529df6924d80032a24387db26719a8105b5496
This commit is contained in:
parent
81ab4f166a
commit
3f8594c3cb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue