infra/argocd/apps/children/prod.yaml
Metadata
- Purpose: Argo CD GitOps application manifest or related documentation.
- Domain:
infrastructure - Language:
yaml - Bytes: 536
- Lines: 25
- Content hash (short):
7795baa2 - Source (start): infra/argocd/apps/children/prod.yaml:1
- Source (end): infra/argocd/apps/children/prod.yaml:25
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-prod
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/prod/values.yaml
destination:
server: https://kubernetes.default.svc
namespace: anchor-prod
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true