25 lines
533 B
YAML
25 lines
533 B
YAML
|
apiVersion: argoproj.io/v1alpha1
|
||
|
kind: Application
|
||
|
metadata:
|
||
|
name: monitoring-civo
|
||
|
namespace: argocd
|
||
|
finalizers:
|
||
|
- resources-finalizer.argocd.argoproj.io
|
||
|
spec:
|
||
|
project: cluster.fun
|
||
|
destination:
|
||
|
namespace: monitoring
|
||
|
name: civo
|
||
|
source:
|
||
|
path: manifests/monitoring-civo
|
||
|
repoURL: "https://git.cluster.fun/AverageMarcus/cluster.fun.git"
|
||
|
targetRevision: HEAD
|
||
|
syncPolicy:
|
||
|
automated: {}
|
||
|
syncOptions:
|
||
|
- CreateNamespace=true
|
||
|
ignoreDifferences:
|
||
|
- kind: Secret
|
||
|
jsonPointers:
|
||
|
- /data
|