Skip to content

Commit

Permalink
Merge pull request #15 from sabinaaledort/specify-static-entries-name…
Browse files Browse the repository at this point in the history
…space

Fix static entries typos
  • Loading branch information
sabinaaledort authored Jul 2, 2024
2 parents cbcd3d4 + 0a17246 commit 14b9178
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions commatrix/static-custom-entries.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ var generalStaticEntriesMaster = []types.ComDetails{
Container: "network-operator",
Optional: false,
}, {
Direction: "ingress",
Direction: "Ingress",
Protocol: "TCP",
Port: 9637,
NodeRole: "master",
Expand Down Expand Up @@ -458,7 +458,7 @@ var cloudStaticEntriesMaster = []types.ComDetails{
Protocol: "TCP",
Port: 10300,
NodeRole: "master",
Service: "csi-drivers-livenessprobe",
Service: "csi-livenessprobe",
Namespace: "openshift-cluster-csi-drivers",
Pod: "csi-driver-node",
Container: "csi-driver",
Expand All @@ -468,7 +468,7 @@ var cloudStaticEntriesMaster = []types.ComDetails{

var MNOStaticEntries = []types.ComDetails{
{
Direction: "ingress",
Direction: "Ingress",
Protocol: "UDP",
Port: 6081,
NodeRole: "worker",
Expand All @@ -478,7 +478,7 @@ var MNOStaticEntries = []types.ComDetails{
Container: "",
Optional: false,
}, {
Direction: "ingress",
Direction: "Ingress",
Protocol: "UDP",
Port: 6081,
NodeRole: "master",
Expand Down

0 comments on commit 14b9178

Please sign in to comment.