From 89a261e96f6866257828dab6e4a7e4a517a7a572 Mon Sep 17 00:00:00 2001 From: Cheng Fang Date: Wed, 11 Sep 2024 08:54:10 -0400 Subject: fix: missing namespace on clusterrolebinding in install manifests (#860) Signed-off-by: Cheng Fang Co-authored-by: Jann Fischer --- manifests/base/rbac/argocd-image-updater-clusterrolebinding.yaml | 1 + manifests/install.yaml | 1 + 2 files changed, 2 insertions(+) (limited to 'manifests') diff --git a/manifests/base/rbac/argocd-image-updater-clusterrolebinding.yaml b/manifests/base/rbac/argocd-image-updater-clusterrolebinding.yaml index f718710..9d8ec00 100644 --- a/manifests/base/rbac/argocd-image-updater-clusterrolebinding.yaml +++ b/manifests/base/rbac/argocd-image-updater-clusterrolebinding.yaml @@ -13,3 +13,4 @@ roleRef: subjects: - kind: ServiceAccount name: argocd-image-updater + namespace: argocd diff --git a/manifests/install.yaml b/manifests/install.yaml index a3ed479..165ac03 100644 --- a/manifests/install.yaml +++ b/manifests/install.yaml @@ -82,6 +82,7 @@ roleRef: subjects: - kind: ServiceAccount name: argocd-image-updater + namespace: argocd --- apiVersion: v1 kind: ConfigMap -- cgit v1.2.3