cluster.fun/manifests/_apps/cv.yaml
Marcus Noble 3e54c17ad3
Initial migrate to civo
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2022-05-31 17:53:23 +01:00

29 lines
605 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: cv
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: cluster.fun
destination:
namespace: cv
name: civo
source:
path: manifests/cv
repoURL: "https://git.cluster.fun/AverageMarcus/cluster.fun.git"
targetRevision: HEAD
syncPolicy:
automated: {}
syncOptions:
- CreateNamespace=true
ignoreDifferences:
- kind: Secret
jsonPointers:
- /data
- group: apps
kind: Deployment
jqPathExpressions:
- .spec.template.spec.containers[]?.image