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

@@ -0,0 +1,7 @@
apiVersion: v1
kind: Namespace
metadata:
name: couchdb
labels:
app.kubernetes.io/name: couchdb
app.kubernetes.io/part-of: mk-labs