Use Tenant_SA var
This commit is contained in:
parent
a0dc4b63e6
commit
4ee3d3d431
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue