File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -621,11 +621,11 @@ promtail:
621621 action: drop
622622 - match:
623623 pipeline_name: "drop argo server"
624- selector: '{app="argo-workflows-server"}'
624+ selector: '{app="argo-${NAMESPACE} -argo- workflows-server"}'
625625 action: drop
626626 - match:
627627 pipeline_name: "drop argo controller"
628- selector: '{app="argo-workflows-workflow-controller"}'
628+ selector: '{app="argo-${NAMESPACE} -argo- workflows-workflow-controller"}'
629629 action: drop
630630 - match:
631631 pipeline_name: "drop redis"
@@ -641,13 +641,13 @@ promtail:
641641 action: drop
642642 - match:
643643 pipeline_name: "drop cosmotech-api"
644- selector: '{app="cosmotech-api "}'
644+ selector: '{app="${COSMOTECH_API_RELEASE_NAME} "}'
645645 action: drop
646646 tolerations:
647647 - effect: NoSchedule
648648 operator: Exists
649649EOF
650- helm upgrade --install ${LOKI_RELEASE_NAME} --namespace=${NAMESPACE} grafana/loki-stack -f loki-values.yaml
650+ # helm upgrade --install ${LOKI_RELEASE_NAME} --namespace=${NAMESPACE} grafana/loki-stack -f loki-values.yaml
651651
652652popd
653653
You can’t perform that action at this time.
0 commit comments