Skip to content

Commit

Permalink
fix role for collection
Browse files Browse the repository at this point in the history
  • Loading branch information
peterargue committed Sep 6, 2024
1 parent 30eba98 commit ce68d73
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions integration/benchnet2/flow/templates/collection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
labels:
app: {{ $k }}
network: {{ $.Values.networkId }}
node: collection
role: collection
owner: {{ $.Values.owner }}
service: flow

Expand All @@ -18,7 +18,7 @@ spec:
selector:
matchLabels:
app: {{ $k }}
node: collection
role: collection
service: flow

template:
Expand All @@ -29,7 +29,7 @@ spec:
prometheus.io/port: "8080"
labels:
app: {{ $k }}
node: collection
role: collection
service: flow
network: {{ $.Values.networkId }}
spec:
Expand Down
2 changes: 1 addition & 1 deletion integration/benchnet2/flow/templates/verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ metadata:
name: {{ $k }}
labels:
app: {{ $k }}
network: {{ $.Values.networkId }}
role: verification
service: flow
network: {{ $.Values.networkId }}

spec:
serviceName: {{ $k }}
Expand Down

0 comments on commit ce68d73

Please sign in to comment.