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:
7
cluster/applications/couchdb/templates/namespace.yaml
Normal file
7
cluster/applications/couchdb/templates/namespace.yaml
Normal 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
|
||||
Reference in New Issue
Block a user