Skip to content

Commit

Permalink
Fix: scaffolder will propagate name to workload again
Browse files Browse the repository at this point in the history
Signed-off-by: jayonthenet <[email protected]>
  • Loading branch information
jayonthenet committed Jul 2, 2024
1 parent dc8b50f commit cf21d8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/node-service/content/score.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: score.dev/v1b1

metadata:
name: node-workload
name: ${{ values.name | dump }}

# Define the ports that this service exposes
service:
Expand Down
2 changes: 1 addition & 1 deletion templates/podinfo-example/content/score.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: score.dev/v1b1

metadata:
name: podinfo-workload
name: ${{ values.name | dump }}

service:
ports:
Expand Down

0 comments on commit cf21d8a

Please sign in to comment.