refactor(couchdb): move raw manifests to templates/ subdir

Per Tony's recommendation — eliminates the explicit include filter.
New manifests go in templates/ and are picked up automatically by ArgoCD.
No filter to update when adding future resources.

Moved: namespace.yaml, externalsecret.yaml, ingress-public.yaml -> templates/
This commit is contained in:
Hermes Agent service account
2026-06-07 20:57:18 -05:00
parent a008e766f2
commit 7cbed63c92
4 changed files with 3 additions and 3 deletions

View File

@@ -22,13 +22,13 @@ spec:
- repoURL: https://gitea.mk-labs.cloud/rblundon/homelab.git
targetRevision: HEAD
ref: values
# Additional manifests (namespace, externalsecret)
# Additional manifests (namespace, externalsecret, ingress-public, etc.)
# Drop new raw manifests into templates/ — no filter to update.
- repoURL: https://gitea.mk-labs.cloud/rblundon/homelab.git
targetRevision: HEAD
path: cluster/applications/couchdb
path: cluster/applications/couchdb/templates
directory:
recurse: false
include: '{namespace.yaml,externalsecret.yaml,ingress-public.yaml}'
destination:
server: https://kubernetes.default.svc
namespace: couchdb