app of apps

This commit is contained in:
Danijel Simeunovic
2026-02-27 13:49:51 +01:00
parent 11fb039e23
commit e7168373aa
2 changed files with 2 additions and 0 deletions

View File

@@ -1,19 +1,21 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: infrastructure-apps
name: enterprise-apps
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: "10"
labels:
app.kubernetes.io/name: infrastructure-apps
app.kubernetes.io/part-of: platform
app.kubernetes.io/name: enterprise-apps
app.kubernetes.io/part-of: enterprise
spec:
project: default
source:
repoURL: https://github.com/snothub/sturdy-adventure.git
path: infra
path: apps
destination:
server: https://kubernetes.default.svc
namespace: infra
namespace: apps
syncPolicy:
automated:
prune: true