Skip to content

Commit

Permalink
[argocd] changed ns to ingress-nginx resources
Browse files Browse the repository at this point in the history
  • Loading branch information
gruberdev committed Sep 9, 2023
1 parent c6964ce commit 1e282c1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ roleRef:
subjects:
- kind: ServiceAccount
name: ingress-nginx-admission
namespace: "ingress"
namespace: "networking"
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ roleRef:
subjects:
- kind: ServiceAccount
name: ingress-nginx-admission
namespace: "ingress"
namespace: "networking"
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ webhooks:
- v1
clientConfig:
service:
namespace: "ingress"
namespace: "networking"
name: ingress-nginx-controller-admission
path: /networking/v1/ingresses
2 changes: 1 addition & 1 deletion apps/networking/ingress-nginx/crb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ roleRef:
subjects:
- kind: ServiceAccount
name: ingress-nginx
namespace: "ingress"
namespace: "networking"
2 changes: 1 addition & 1 deletion apps/networking/ingress-nginx/rb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ roleRef:
subjects:
- kind: ServiceAccount
name: ingress-nginx
namespace: "ingress"
namespace: "networking"

0 comments on commit 1e282c1

Please sign in to comment.