Files
Kubernetes.K3s.installLog/system/ArgoCD/application-argo-cd.yaml

21 lines
500 B
YAML
Raw Normal View History

2025-02-12 21:08:13 +11:00
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: argo-cd
namespace: argo-cd
spec:
destination:
server: https://kubernetes.default.svc
namespace: argo-cd
project: default
sources:
- repoURL: https://argoproj.github.io/argo-helm
2025-02-12 21:09:06 +11:00
chart: argo-cd
2025-07-10 13:07:11 +10:00
targetRevision: 8.1.2
2025-02-12 21:08:13 +11:00
helm:
valueFiles:
- $values/system/ArgoCD/values.yaml
- repoURL: https://code.spamasaurus.com/djpbessems/Kubernetes.K3s.installLog
2025-07-10 13:07:11 +10:00
targetRevision: HEAD
2025-02-12 21:08:13 +11:00
ref: values