homelab/argocd/apps/pihole.yaml

26 lines
610 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: pihole
namespace: argocd
spec:
project: default
sources:
- repoURL: https://mojo2600.github.io/pihole-kubernetes/
chart: pihole
targetRevision: 2.35.0
helm:
valueFiles:
- $values/values/pihole.yaml
- repoURL: https://gitea.nik4nao.com/nik/homelab.git
targetRevision: main
ref: values
destination:
server: https://kubernetes.default.svc
namespace: pihole
syncPolicy:
automated:
prune: false
selfHeal: false
syncOptions:
- CreateNamespace=true