29 lines
659 B
YAML
29 lines
659 B
YAML
|
apiVersion: argoproj.io/v1alpha1
|
||
|
kind: Application
|
||
|
metadata:
|
||
|
name: mastodon-to-airtable
|
||
|
namespace: argocd
|
||
|
finalizers:
|
||
|
- resources-finalizer.argocd.argoproj.io
|
||
|
spec:
|
||
|
project: cluster.fun
|
||
|
destination:
|
||
|
namespace: mastodon-to-airtable
|
||
|
name: civo
|
||
|
source:
|
||
|
path: manifests/mastodon-to-airtable
|
||
|
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
|