Files
hidden11/deploy/argocd/application.yaml
T
alexandrev-tibco fa04b20e30 Initial hidden11 MVP
2026-05-02 20:50:36 +02:00

26 lines
773 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: hidden11
namespace: argocd
annotations:
argocd-image-updater.argoproj.io/image-list: hidden11=gitea.alexandre-vazquez.cloud/alexandrev/hidden11
argocd-image-updater.argoproj.io/hidden11.update-strategy: digest
argocd-image-updater.argoproj.io/hidden11.force-update: "true"
argocd-image-updater.argoproj.io/write-back-method: argocd
spec:
project: default
source:
repoURL: https://gitea.alexandre-vazquez.cloud/alexandrev/hidden11.git
targetRevision: main
path: deploy/k8s
destination:
server: https://kubernetes.default.svc
namespace: hidden11
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true