Skip to content

Commit

Permalink
chore: regenerate manifests using codegen (#6422)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Matyushentsev <[email protected]>
  • Loading branch information
Alexander Matyushentsev authored and alexmt committed Jun 7, 2021
1 parent 12e6e1f commit 4d1761d
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
5 changes: 4 additions & 1 deletion manifests/ha/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3726,8 +3726,11 @@ spec:
protocol: TCP
- port: 5557
protocol: TCP
- from:
- namespaceSelector: {}
ports:
- port: 5558
protocol: TCP
- protocol: TCP
podSelector:
matchLabels:
app.kubernetes.io/name: argocd-dex-server
Expand Down
5 changes: 4 additions & 1 deletion manifests/ha/namespace-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3641,8 +3641,11 @@ spec:
protocol: TCP
- port: 5557
protocol: TCP
- from:
- namespaceSelector: {}
ports:
- port: 5558
protocol: TCP
- protocol: TCP
podSelector:
matchLabels:
app.kubernetes.io/name: argocd-dex-server
Expand Down
5 changes: 4 additions & 1 deletion manifests/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2903,8 +2903,11 @@ spec:
protocol: TCP
- port: 5557
protocol: TCP
- from:
- namespaceSelector: {}
ports:
- port: 5558
protocol: TCP
- protocol: TCP
podSelector:
matchLabels:
app.kubernetes.io/name: argocd-dex-server
Expand Down
5 changes: 4 additions & 1 deletion manifests/namespace-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2818,8 +2818,11 @@ spec:
protocol: TCP
- port: 5557
protocol: TCP
- from:
- namespaceSelector: {}
ports:
- port: 5558
protocol: TCP
- protocol: TCP
podSelector:
matchLabels:
app.kubernetes.io/name: argocd-dex-server
Expand Down

0 comments on commit 4d1761d

Please sign in to comment.