Skip to content

Commit

Permalink
fix: typo in networkPolicy definition in manifests (#6532)
Browse files Browse the repository at this point in the history
Unless the argocd-dex-server-network-policy NetworkPolicy was meant to
authorize ALL TCP traffic, which seems unlikely, this is a typo.

Signed-off-by: Antonin Bas <abas@vmware.com>
  • Loading branch information
antoninbas committed Jun 22, 2021
1 parent 7f5c014 commit 4ae5cdf
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion manifests/base/dex/argocd-dex-server-network-policy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ spec:
- namespaceSelector: { }
ports:
- port: 5558
- protocol: TCP
protocol: TCP
2 changes: 1 addition & 1 deletion manifests/ha/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4560,7 +4560,7 @@ spec:
- namespaceSelector: {}
ports:
- port: 5558
- protocol: TCP
protocol: TCP
podSelector:
matchLabels:
app.kubernetes.io/name: argocd-dex-server
Expand Down
2 changes: 1 addition & 1 deletion manifests/ha/namespace-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1947,7 +1947,7 @@ spec:
- namespaceSelector: {}
ports:
- port: 5558
- protocol: TCP
protocol: TCP
podSelector:
matchLabels:
app.kubernetes.io/name: argocd-dex-server
Expand Down
2 changes: 1 addition & 1 deletion manifests/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3731,7 +3731,7 @@ spec:
- namespaceSelector: {}
ports:
- port: 5558
- protocol: TCP
protocol: TCP
podSelector:
matchLabels:
app.kubernetes.io/name: argocd-dex-server
Expand Down
2 changes: 1 addition & 1 deletion manifests/namespace-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1118,7 +1118,7 @@ spec:
- namespaceSelector: {}
ports:
- port: 5558
- protocol: TCP
protocol: TCP
podSelector:
matchLabels:
app.kubernetes.io/name: argocd-dex-server
Expand Down

0 comments on commit 4ae5cdf

Please sign in to comment.