COrret namespace in repos

This commit is contained in:
Baptiste Bonnot 2024-11-05 10:10:29 +01:00
parent d41416814f
commit 68d4e7cb1b
Signed by: baptiste.bonnot
GPG key ID: 2681291F9206E471

View file

@ -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