homelab/argocd/apps/pihole-debian.yaml

26 lines
624 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: pihole-debian
namespace: argocd
spec:
project: default
sources:
- repoURL: https://mojo2600.github.io/pihole-kubernetes/
chart: pihole
targetRevision: 2.35.0
helm:
valueFiles:
- $values/values/pihole-debian.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