Skip to content

Commit

Permalink
revert app label changes
Browse files Browse the repository at this point in the history
  • Loading branch information
skudasov committed Feb 8, 2024
1 parent e5e032d commit 00c495e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/chainlink-cluster/templates/geth-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
spec:
selector:
matchLabels:
app: {{ $.Release.Name }}
app: geth
release: {{ $.Release.Name }}
instance: geth-{{ $cfg.networkId }}
# Used for testing.
Expand All @@ -17,7 +17,7 @@ spec:
template:
metadata:
labels:
app: {{ $.Release.Name }}
app: geth
instance: geth-{{ $cfg.networkId }}
release: {{ $.Release.Name }}
# Used for testing.
Expand Down

0 comments on commit 00c495e

Please sign in to comment.