This is an Argo CD ApplicationSet to deploy Elk, a GoToSocial and Mastodon web client using the 0hlov3/charts:elk-frontend helm chart.

- Elk helm chart
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: elk
spec:
destination:
namespace: elk
server: 'https://kubernetes.default.svc'
source:
path: elk/
repoURL: 'https://github.com/small-hack/argocd-apps.git'
targetRevision: main
sources: []
project: elk
syncPolicy:
syncOptions:
- ApplyOutOfSyncOnly=true
- CreateNamespace=true