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 name: infrastructure-apps
namespace: argocd namespace: argocd
labels: labels:
app.kubernetes.io/name: infrastructure-apps scope: infra
app.kubernetes.io/part-of: platform
app.kubernetes.io/managed-by: argocd
spec: spec:
project: default project: default
source: source:
repoURL: https://github.com/snothub/sturdy-adventure.git repoURL: https://github.com/snothub/sturdy-adventure.git
path: argocd path: argocd/apps
destination: destination:
server: https://kubernetes.default.svc server: https://kubernetes.default.svc
namespace: argocd namespace: infra
syncPolicy: syncPolicy:
automated: automated:
prune: true prune: true

View File

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

View File

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