From 568f3d1fd81b643c54938acb4c232025b4e735bb Mon Sep 17 00:00:00 2001 From: mugioka Date: Wed, 10 Jan 2024 13:18:33 +0900 Subject: [PATCH] fix: applicationset-controller dir is not added to cluster-rbac/kustomization.yaml. Related PR: https://github.com/argoproj/argo-cd/pull/16699. I missed adding a new folder(applicationset-controller) to kustomization.yaml. So, i addressed it. Signed-off-by: mugioka --- manifests/cluster-rbac/kustomization.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/cluster-rbac/kustomization.yaml b/manifests/cluster-rbac/kustomization.yaml index 7f791905b661b..55e6e2d72df9e 100644 --- a/manifests/cluster-rbac/kustomization.yaml +++ b/manifests/cluster-rbac/kustomization.yaml @@ -3,4 +3,5 @@ kind: Kustomization resources: - ./application-controller +- ./applicationset-controller - ./server