-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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. (#16810) (#17120) * fix(manifests): applicationset-controller dir is not added to cluster-rbac/kustomization.yaml. Related PR: #16699. I missed adding a new folder(applicationset-controller) to kustomization.yaml. So, i addressed it. * chore: exec `make manifests`. * chore: exec `make manifests`. --------- Signed-off-by: mugioka <[email protected]> Co-authored-by: mugi <[email protected]>
- Loading branch information
1 parent
eddf0a5
commit 4e01115
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