More namespace issues

This commit is contained in:
2024-08-04 22:17:28 +01:00
parent 98e16f2241
commit f72e017ab9
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -1,6 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1 apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization kind: Kustomization
namespace: apps
resources: resources:
- namespace.yaml - namespace.yaml
- fluxrepo.yaml - fluxrepo.yaml