chore(argocd): add staging application manifest

This commit is contained in:
u1
2026-01-05 23:36:05 +00:00
parent 62fd3b0450
commit ed100f517e

View File

@@ -0,0 +1,20 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: trade-staging
namespace: argocd
spec:
project: default
source:
repoURL: https://rv32i.pl/trade/trade-deploy.git
targetRevision: main
path: kustomize/overlays/staging
destination:
server: https://kubernetes.default.svc
namespace: trade-staging
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true