COrret namespace in repos
This commit is contained in:
parent
d41416814f
commit
68d4e7cb1b
1 changed files with 3 additions and 3 deletions
|
@ -4,15 +4,15 @@ apiVersion: kustomize.toolkit.fluxcd.io/v1
|
|||
kind: Kustomization
|
||||
metadata:
|
||||
name: &app repos-sync
|
||||
namespace: ${TENANT_NAMESPACE}-ns
|
||||
namespace: ${TENANT_NAMESPACE}
|
||||
spec:
|
||||
targetNamespace: ${TENANT_NAMESPACE}-ns
|
||||
targetNamespace: ${TENANT_NAMESPACE}
|
||||
commonMetadata:
|
||||
labels:
|
||||
app.kubernetes.io/name: *app
|
||||
path: ./repos/helm
|
||||
prune: true
|
||||
serviceAccountName: ${TENANT_SA}-
|
||||
serviceAccountName: ${TENANT_SA}
|
||||
sourceRef:
|
||||
kind: GitRepository
|
||||
name: tenant-repos
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue