From 79f6630e05a6f5da85d9bd2f95d1e9443bb406a1 Mon Sep 17 00:00:00 2001 From: Antonin Bas Date: Tue, 22 Jun 2021 14:20:06 -0700 Subject: [PATCH] fix: typo in networkPolicy definition in manifests 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 --- manifests/base/dex/argocd-dex-server-network-policy.yaml | 2 +- manifests/ha/install.yaml | 2 +- manifests/ha/namespace-install.yaml | 2 +- manifests/install.yaml | 2 +- manifests/namespace-install.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/manifests/base/dex/argocd-dex-server-network-policy.yaml b/manifests/base/dex/argocd-dex-server-network-policy.yaml index a80f9d2645a9c..eff271fa768fa 100644 --- a/manifests/base/dex/argocd-dex-server-network-policy.yaml +++ b/manifests/base/dex/argocd-dex-server-network-policy.yaml @@ -22,4 +22,4 @@ spec: - namespaceSelector: { } ports: - port: 5558 - - protocol: TCP + protocol: TCP diff --git a/manifests/ha/install.yaml b/manifests/ha/install.yaml index 94312e7007ea5..bdcdd745bce2b 100644 --- a/manifests/ha/install.yaml +++ b/manifests/ha/install.yaml @@ -4560,7 +4560,7 @@ spec: - namespaceSelector: {} ports: - port: 5558 - - protocol: TCP + protocol: TCP podSelector: matchLabels: app.kubernetes.io/name: argocd-dex-server diff --git a/manifests/ha/namespace-install.yaml b/manifests/ha/namespace-install.yaml index 44519bb89b98a..6076f334a7645 100644 --- a/manifests/ha/namespace-install.yaml +++ b/manifests/ha/namespace-install.yaml @@ -1947,7 +1947,7 @@ spec: - namespaceSelector: {} ports: - port: 5558 - - protocol: TCP + protocol: TCP podSelector: matchLabels: app.kubernetes.io/name: argocd-dex-server diff --git a/manifests/install.yaml b/manifests/install.yaml index 986246fbee0ec..9745e1d492f13 100644 --- a/manifests/install.yaml +++ b/manifests/install.yaml @@ -3731,7 +3731,7 @@ spec: - namespaceSelector: {} ports: - port: 5558 - - protocol: TCP + protocol: TCP podSelector: matchLabels: app.kubernetes.io/name: argocd-dex-server diff --git a/manifests/namespace-install.yaml b/manifests/namespace-install.yaml index 9b55b03f17ede..33eadf1e12947 100644 --- a/manifests/namespace-install.yaml +++ b/manifests/namespace-install.yaml @@ -1118,7 +1118,7 @@ spec: - namespaceSelector: {} ports: - port: 5558 - - protocol: TCP + protocol: TCP podSelector: matchLabels: app.kubernetes.io/name: argocd-dex-server