Files
porthole/argocd/tline-application.yaml
OpenCode Test e1a64aa092 Initial commit
2025-12-24 10:50:10 -08:00

27 lines
574 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: porthole
namespace: argocd
spec:
project: default
source:
repoURL: git@gitea-ssh.gitea.svc:will/porthole.git
targetRevision: main
path: helm/tline
helm:
releaseName: porthole
valueFiles:
- values.yaml
# - values-porthole.yaml
destination:
server: https://kubernetes.default.svc
namespace: porthole
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=false
- ApplyOutOfSyncOnly=true