From aaabfb78704490ec9695c0c651403a248050dfe2 Mon Sep 17 00:00:00 2001 From: Basit Mustafa Date: Wed, 28 Feb 2024 19:31:16 -0700 Subject: [PATCH] fix(helm-charts): standalone chart rbac fix for jobs --- .../infisical-standalone-postgres/templates/jobs-rbac.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/helm-charts/infisical-standalone-postgres/templates/jobs-rbac.yaml b/helm-charts/infisical-standalone-postgres/templates/jobs-rbac.yaml index 34a0a0cdc..fa7651e71 100644 --- a/helm-charts/infisical-standalone-postgres/templates/jobs-rbac.yaml +++ b/helm-charts/infisical-standalone-postgres/templates/jobs-rbac.yaml @@ -13,8 +13,9 @@ metadata: name: default subjects: - kind: ServiceAccount - name: {{ .Release.Namespace }} + name: default + namespace: {{ .Release.Namespace }} roleRef: kind: Role name: k8s-wait-for-infisical-schema-migration - apiGroup: rbac.authorization.k8s.io \ No newline at end of file + apiGroup: rbac.authorization.k8s.io