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