Revert "Remove everything!"

This reverts commit f11c3f820d.
This commit is contained in:
2024-08-06 00:51:46 +01:00
parent f11c3f820d
commit 470621ab72
17 changed files with 225 additions and 0 deletions

View File

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

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