"vscode:/vscode.git/clone" did not exist on "199b9a30f4ecfb896f70e30ae085d99dcd162f7f"
Unverified Commit 82a8d768 authored by mohammedabdulwahhab's avatar mohammedabdulwahhab Committed by GitHub
Browse files

fix: remove envsubst for logging-dashboard.yaml to preserve Grafana template variables (#6045)


Signed-off-by: default avatarmohammedabdulwahhab <furkhan324@berkeley.edu>
parent f6dd9047
...@@ -123,7 +123,7 @@ Since we are using Grafana with the Prometheus Operator, we can simply apply the ...@@ -123,7 +123,7 @@ Since we are using Grafana with the Prometheus Operator, we can simply apply the
envsubst < deploy/observability/k8s/logging/grafana/loki-datasource.yaml | kubectl apply -n $MONITORING_NAMESPACE -f - envsubst < deploy/observability/k8s/logging/grafana/loki-datasource.yaml | kubectl apply -n $MONITORING_NAMESPACE -f -
# Configure Grafana with the Dynamo Logs dashboard # Configure Grafana with the Dynamo Logs dashboard
envsubst < deploy/observability/k8s/logging/grafana/logging-dashboard.yaml | kubectl apply -n $MONITORING_NAMESPACE -f - kubectl apply -f deploy/observability/k8s/logging/grafana/logging-dashboard.yaml -n $MONITORING_NAMESPACE
``` ```
> [!Note] > [!Note]
......
...@@ -128,7 +128,7 @@ Since we are using Grafana with the Prometheus Operator, we can simply apply the ...@@ -128,7 +128,7 @@ Since we are using Grafana with the Prometheus Operator, we can simply apply the
envsubst < deploy/observability/k8s/logging/grafana/loki-datasource.yaml | kubectl apply -n $MONITORING_NAMESPACE -f - envsubst < deploy/observability/k8s/logging/grafana/loki-datasource.yaml | kubectl apply -n $MONITORING_NAMESPACE -f -
# Configure Grafana with the Dynamo Logs dashboard # Configure Grafana with the Dynamo Logs dashboard
envsubst < deploy/observability/k8s/logging/grafana/logging-dashboard.yaml | kubectl apply -n $MONITORING_NAMESPACE -f - kubectl apply -f deploy/observability/k8s/logging/grafana/logging-dashboard.yaml -n $MONITORING_NAMESPACE
``` ```
> [!NOTE] > [!NOTE]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment