Skip to content

Commit

Permalink
fix(manifests): applicationset-controller dir is not added to cluster…
Browse files Browse the repository at this point in the history
…-rbac/kustomization.yaml.

Related PR: argoproj#16699.

I missed adding a new folder(applicationset-controller) to kustomization.yaml.

So, i addressed it.

Signed-off-by: mugioka <okamugi0722@gmail.com>
  • Loading branch information
mugioka committed Jan 10, 2024
1 parent 54f1572 commit f825daa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifests/cluster-rbac/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ kind: Kustomization

resources:
- ./application-controller
- ./applicationset-controller
- ./server

0 comments on commit f825daa

Please sign in to comment.