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
|
kind: Kustomization
|
||||||
metadata:
|
metadata:
|
||||||
name: &app repos-sync
|
name: &app repos-sync
|
||||||
namespace: ${TENANT_NAMESPACE}-ns
|
namespace: ${TENANT_NAMESPACE}
|
||||||
spec:
|
spec:
|
||||||
targetNamespace: ${TENANT_NAMESPACE}-ns
|
targetNamespace: ${TENANT_NAMESPACE}
|
||||||
commonMetadata:
|
commonMetadata:
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/name: *app
|
app.kubernetes.io/name: *app
|
||||||
path: ./repos/helm
|
path: ./repos/helm
|
||||||
prune: true
|
prune: true
|
||||||
serviceAccountName: ${TENANT_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