Skip to content

Commit 2acd941

Browse files
committed
Refactor pihole configuration: remove old .argocd.yaml files and introduce new helmfile.yaml for pihole application. This change consolidates the configuration management for pihole into a single helmfile, improving organization and clarity.
1 parent 32d0efc commit 2acd941

File tree

5 files changed

+11
-22
lines changed

5 files changed

+11
-22
lines changed

apps/pihole/.argocd.yaml

Lines changed: 0 additions & 9 deletions
This file was deleted.

apps/pihole/helmfile.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
repositories:
2+
- name: pihole
3+
url: https://mojo2600.github.io/pihole-kubernetes/
4+
5+
releases:
6+
- name: pihole
7+
chart: pihole/pihole
8+
version: 2.29.1

clusters/cyrannus/picon/apps/pihole/.argocd.yaml

Lines changed: 0 additions & 9 deletions
This file was deleted.

clusters/cyrannus/picon/apps/pihole/config.yaml

Lines changed: 0 additions & 4 deletions
This file was deleted.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
helmfiles:
3+
- path: ../../../../../apps/pihole/helmfile.yaml

0 commit comments

Comments
 (0)