Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kqzh committed Sep 18, 2023
1 parent d9b8fef commit 9508215
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions apis/apps/v1alpha1/nebulacluster_common.go
Original file line number Diff line number Diff line change
Expand Up @@ -470,9 +470,6 @@ func generateContainers(c NebulaClusterComponent, cm *corev1.ConfigMap) []corev1
if c.ComponentType() == GraphdComponentType && nc.IsIntraZoneReadingEnabled() {
flags += " --assigned_zone=$NODE_ZONE"
}

c.GenerateContainerPorts()

if !c.IsDefaultThriftPort() {
flags += " --port=" + strconv.Itoa(int(c.GetHTTPPort()))
}
Expand Down

0 comments on commit 9508215

Please sign in to comment.