Shuffle namespaces for apps

This commit is contained in:
2024-08-04 22:15:40 +01:00
parent fa12066425
commit 98e16f2241
7 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

@@ -0,0 +1,4 @@
apiVersion: v1
kind: Namespace
metadata:
name: apps