Skip to content

Commit

Permalink
fix: Add name label to metadata (for metrics)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Christie committed May 20, 2024
1 parent 5e419e7 commit 94ea8c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions roles/fragalysis-stack/templates/service-stack.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ apiVersion: v1
metadata:
name: stack
namespace: {{ stack_namespace }}
labels:
name: stack
spec:
selector:
name: stack
Expand Down

0 comments on commit 94ea8c3

Please sign in to comment.