folderstructure

This commit is contained in:
Danijel Simeunovic
2026-02-08 23:48:12 +01:00
parent 0bd3f0cb63
commit 3e9528dd6f
22 changed files with 1 additions and 152 deletions

21
infra/_app-of-apps.yaml Normal file
View File

@@ -0,0 +1,21 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: infrastructure-apps
namespace: argocd
labels:
scope: infra
spec:
project: default
source:
repoURL: https://github.com/snothub/sturdy-adventure.git
path: infra
destination:
server: https://kubernetes.default.svc
namespace: infra
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true