From 058be1bfc4a0f2b7217e6515b7a03624e6ef2b70 Mon Sep 17 00:00:00 2001 From: Daniela Plascencia Date: Wed, 25 Oct 2023 11:57:15 +0200 Subject: [PATCH] fix: add correct SA name to CRB The previous CRB was pointing to a SA that is not used by the api server for authentication. The rename was introduced by a244ffe. --- charms/kfp-persistence/src/templates/auth_manifests.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charms/kfp-persistence/src/templates/auth_manifests.yaml.j2 b/charms/kfp-persistence/src/templates/auth_manifests.yaml.j2 index a21b1f39..db9c5f81 100644 --- a/charms/kfp-persistence/src/templates/auth_manifests.yaml.j2 +++ b/charms/kfp-persistence/src/templates/auth_manifests.yaml.j2 @@ -48,7 +48,7 @@ roleRef: name: {{ app_name }}-role subjects: - kind: ServiceAccount - name: {{ app_name }}-sa + name: {{ sa_name }} namespace: {{ namespace }} --- apiVersion: v1