Correcting namespaces

This commit is contained in:
Kasper Juul Hermansen 2022-05-09 13:25:52 +02:00
parent eeab691061
commit 0b4f90a9ee
Signed by: kjuulh
GPG Key ID: 0F95C140730F2F23

View File

@ -2,11 +2,12 @@ apiVersion: kustomize.toolkit.fluxcd.io/v1beta2
kind: Kustomization
metadata:
name: platform
namespace: flux-system
namespace: platform
spec:
interval: 10m0s
sourceRef:
kind: GitRepository
name: flux-system
path: ./clank/platform
prune: true
sourceRef:
kind: GitRepository
name: platform
namespace: flux-system