forked from argoproj/argo-cd
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(manifests): applicationset-controller dir is not added to cluster…
…-rbac/kustomization.yaml. (argoproj#16810) * fix(manifests): applicationset-controller dir is not added to cluster-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 <[email protected]> * chore: exec `make manifests`. Signed-off-by: mugioka <[email protected]> * chore: exec `make manifests`. Signed-off-by: mugioka <[email protected]> --------- Signed-off-by: mugioka <[email protected]>
- Loading branch information
1 parent
89561a3
commit 55e263e
Showing
3 changed files
with
213 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,5 @@ kind: Kustomization | |
|
||
resources: | ||
- ./application-controller | ||
- ./applicationset-controller | ||
- ./server |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters