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/
8 lines
142 B
YAML
8 lines
142 B
YAML
apiVersion: v1
|
|
kind: Namespace
|
|
metadata:
|
|
name: couchdb
|
|
labels:
|
|
app.kubernetes.io/name: couchdb
|
|
app.kubernetes.io/part-of: mk-labs
|