Skip to content

Commit

Permalink
Tiny fix
Browse files Browse the repository at this point in the history
Signed-off-by: Ziv Nevo <[email protected]>
  • Loading branch information
zivnevo committed Jul 25, 2024
1 parent 365c1ce commit 8dfa29b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/e2e/k8s/util/k8s_yaml.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ func (f *Fabric) generateK8SYAML(p *peer, cfg *PeerConfig) (string, error) {
Namespace: f.namespace,
Tag: "latest",
PeerLabels: map[string]string{
"cluster": p.cluster.name,
"ip": p.cluster.ip,
ClusterNameLabel: p.cluster.name,
PeerIPLabel: p.cluster.ip,
},
})
if err != nil {
Expand Down

0 comments on commit 8dfa29b

Please sign in to comment.