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:
@@ -22,13 +22,13 @@ spec:
|
|||||||
- repoURL: https://gitea.mk-labs.cloud/rblundon/homelab.git
|
- repoURL: https://gitea.mk-labs.cloud/rblundon/homelab.git
|
||||||
targetRevision: HEAD
|
targetRevision: HEAD
|
||||||
ref: values
|
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
|
- repoURL: https://gitea.mk-labs.cloud/rblundon/homelab.git
|
||||||
targetRevision: HEAD
|
targetRevision: HEAD
|
||||||
path: cluster/applications/couchdb
|
path: cluster/applications/couchdb/templates
|
||||||
directory:
|
directory:
|
||||||
recurse: false
|
recurse: false
|
||||||
include: '{namespace.yaml,externalsecret.yaml,ingress-public.yaml}'
|
|
||||||
destination:
|
destination:
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
namespace: couchdb
|
namespace: couchdb
|
||||||
|
|||||||
Reference in New Issue
Block a user