cluster.fun/manifests/_apps/devstats-viewer.yaml
Marcus Noble 4380a517f0
Allow devstats deployment image to be updated
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2024-01-29 08:30:54 +00:00

29 lines
662 B
YAML

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