Skip to content

Commit

Permalink
fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
stewartshea authored Jan 16, 2025
1 parent fbca31a commit 7a291fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: runwhen.com/v1
kind: Workflow
metadata:
name: {{slx_name.split('--')[0]}}--{{cluster.name}}-{{ "Node Alert Workflow" | replace(" ", "-") | lower }}
name: {{slx_name}}-{{ "Node Alert Workflow" | replace(" ", "-") | lower }}
labels:
{% include "common-labels.yaml" %}
annotations:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: runwhen.com/v1
kind: Workflow
metadata:
name: {{slx_name.split('--')[0]}}--{{namespace.name}}-{{ "Namespace Alert Workflow" | replace(" ", "-") | lower }}
name: {{slx_name}}-{{ "Namespace Alert Workflow" | replace(" ", "-") | lower }}
labels:
{% include "common-labels.yaml" %}
annotations:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: runwhen.com/v1
kind: Workflow
metadata:
name: {{slx_name.split('--')[0]}}--{{namespace.name}}-{{ "PVC Alert Workflow" | replace(" ", "-") | lower }}
name: {{slx_name}}-{{namespace.name}}-{{ "PVC Alert Workflow" | replace(" ", "-") | lower }}
labels:
{% include "common-labels.yaml" %}
annotations:
Expand Down

0 comments on commit 7a291fa

Please sign in to comment.