Skip to content

Commit

Permalink
chore: template network name
Browse files Browse the repository at this point in the history
  • Loading branch information
3benbox committed Jun 20, 2024
1 parent cc40e78 commit 1473a40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notifications/notification-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"embeds": [
{
"title": "$SIMULATION_STATUS_TAG",
"description": "[Dashboard](https://threebox.grafana.net/d/adc2vf8f58idcd/keramik-simulation?orgId=1&var-cluster=${CLUSTER_NAME}&var-simulation=$THIS_TEST_NAMESPACE&from=now-6h&to=now) [Logs](https://console.cloud.google.com/logs/query;query=resource.type%3D%22k8s_container%22%0Aresource.labels.cluster_name%3D%22${CLUSTER_NAME}%22%0Aresource.labels.namespace_name%3D%22${$THIS_TEST_NAMESPACE}%22%0A;duration=PT1H?project=ceramic-perfomance-tests)",
"description": "[Dashboard](https://threebox.grafana.net/d/adc2vf8f58idcd/keramik-simulation?orgId=1&var-cluster=${CLUSTER_NAME}&var-namespace=$THIS_TEST_NAMESPACE&from=now-6h&to=now) [Logs](https://console.cloud.google.com/logs/query;query=resource.type%3D%22k8s_container%22%0Aresource.labels.cluster_name%3D%22${CLUSTER_NAME}%22%0Aresource.labels.namespace_name%3D%22$${THIS_TEST_NAMESPACE}%22%0A;duration=PT1H?project=ceramic-perfomance-tests)",
"color": $SIMULATION_COLOR,
"fields": [
{
Expand Down

0 comments on commit 1473a40

Please sign in to comment.