14 lines
371 B
YAML
14 lines
371 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: monitoring-dev
|
|
namespace: argocd
|
|
spec:
|
|
destination:
|
|
namespace: monitoring
|
|
server: https://10.154.200.55:6443
|
|
project: mgmt
|
|
source:
|
|
path: 50_cone-chain/monitoring/overlays/dev
|
|
repoURL: https://gitea-csa.gongyoung.kr/cone-chain/cone-chain.git
|
|
targetRevision: HEAD |