24 lines
741 B
YAML
24 lines
741 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: aprs
|
|
namespace: argocd
|
|
annotations:
|
|
argocd-image-updater.argoproj.io/image-list: aprs=codeberg.org/gmcintire/aprs.me
|
|
argocd-image-updater.argoproj.io/aprs.update-strategy: newest-build
|
|
argocd-image-updater.argoproj.io/aprs.allow-tags: regexp:^main-[0-9]+-[0-9a-f]+$
|
|
argocd-image-updater.argoproj.io/write-back-method: argocd
|
|
finalizers:
|
|
- resources-finalizer.argocd.argoproj.io
|
|
spec:
|
|
project: default
|
|
source:
|
|
repoURL: https://codeberg.org/gmcintire/aprs.me.git
|
|
targetRevision: main
|
|
path: k8s
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: aprs
|
|
syncPolicy:
|
|
syncOptions:
|
|
- CreateNamespace=true
|