Use Tenant_SA var

This commit is contained in:
Baptiste Bonnot 2024-10-31 13:43:47 +01:00
parent a0dc4b63e6
commit 4ee3d3d431
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ spec:
app.kubernetes.io/name: *app app.kubernetes.io/name: *app
path: ./echo-server/app path: ./echo-server/app
prune: true prune: true
serviceAccountName: ${TENANT_NAMESPACE}-sa serviceAccountName: ${TENANT_SA}
sourceRef: sourceRef:
kind: GitRepository kind: GitRepository
name: tenant-repos name: tenant-repos

View file

@ -12,7 +12,7 @@ spec:
app.kubernetes.io/name: *app app.kubernetes.io/name: *app
path: ./repos/helm path: ./repos/helm
prune: true prune: true
serviceAccountName: ${TENANT_NAMESPACE}-sa serviceAccountName: ${TENANT_SA}-
sourceRef: sourceRef:
kind: GitRepository kind: GitRepository
name: tenant-repos name: tenant-repos