Skip to main content

infra/argocd/apps/children/staging.yaml

Metadata

Indexed Symbols

No indexed functions/methods detected in this file.

Markdown Headings (if applicable)

No markdown headings detected.

Source Preview

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: anchor-staging
namespace: argocd
spec:
project: default
source:
repoURL: https://github.com/your-org/anchor-msp.git
targetRevision: main
path: infra/helm/platform
helm:
valueFiles:
- values.yaml
- environments/staging/values.yaml
destination:
server: https://kubernetes.default.svc
namespace: anchor-staging
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true