This commit is contained in:
Danijel Simeunovic
2026-02-08 23:45:30 +01:00
parent 2c4e75aafb
commit 193a402906
3 changed files with 5 additions and 11 deletions

View File

@@ -4,17 +4,15 @@ metadata:
name: infrastructure-apps
namespace: argocd
labels:
app.kubernetes.io/name: infrastructure-apps
app.kubernetes.io/part-of: platform
app.kubernetes.io/managed-by: argocd
scope: infra
spec:
project: default
source:
repoURL: https://github.com/snothub/sturdy-adventure.git
path: argocd
path: argocd/apps
destination:
server: https://kubernetes.default.svc
namespace: argocd
namespace: infra
syncPolicy:
automated:
prune: true

View File

@@ -7,9 +7,7 @@ metadata:
argocd.argoproj.io/hook: PreSync
argocd.argoproj.io/sync-wave: "1"
labels:
app.kubernetes.io/name: prometheus
app.kubernetes.io/part-of: monitoring-stack
app.kubernetes.io/managed-by: argocd
scope: infra
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:

View File

@@ -4,9 +4,7 @@ metadata:
name: sealed-secrets
namespace: argocd
labels:
app.kubernetes.io/name: sealed-secrets
app.kubernetes.io/part-of: platform
app.kubernetes.io/managed-by: argocd
scope: infra
annotations:
argocd.argoproj.io/hook: PreSync
argocd.argoproj.io/sync-wave: "1"