Skip to content

Commit

Permalink
Fixes the path to the empty yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
solsson committed Aug 9, 2021
1 parent e1115dd commit c5aa774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
echo 'resources:' > /tmp/unhelm/logs/grafana/kustomization.yaml
echo 'resources:' > /tmp/unhelm/logs/loki/kustomization.yaml
echo 'resources:' > /tmp/unhelm/logs/fluent-bit/kustomization.yaml
helm template logs grafana/grafana -f logs/grafana.yaml --namespace monitoring --output-dir /tmp/unhelm/logs | sed 's|wrote /tmp/unhelm/logs/grafana/|- ./|' | tee -a /tmp/unhelm/logs/grafana/kustomization.yaml
helm template logs grafana/grafana -f /workspace/logs/grafana.yaml --namespace monitoring --output-dir /tmp/unhelm/logs | sed 's|wrote /tmp/unhelm/logs/grafana/|- ./|' | tee -a /tmp/unhelm/logs/grafana/kustomization.yaml
helm template logs grafana/loki --namespace monitoring --output-dir /tmp/unhelm/logs | sed 's|wrote /tmp/unhelm/logs/loki/|- ./|' | tee -a /tmp/unhelm/logs/loki/kustomization.yaml
helm template logs grafana/fluent-bit --namespace monitoring --output-dir /tmp/unhelm/logs | sed 's|wrote /tmp/unhelm/logs/fluent-bit/|- ./|' | tee -a /tmp/unhelm/logs/fluent-bit/kustomization.yaml
set +x
Expand Down

0 comments on commit c5aa774

Please sign in to comment.