Files
porthole/argocd/porthole-application.yaml

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/porthole
helm:
releaseName: porthole
valueFiles:
- values.yaml
- values-cluster.yaml
destination:
server: https://kubernetes.default.svc
namespace: porthole
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=false
- ApplyOutOfSyncOnly=true