Skip to content

Commit 8b296a0

Browse files
committed
Add testing directory structure and initial configuration files; introduce test-plain ConfigMap for testing purposes.
1 parent 34815e7 commit 8b296a0

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

.cursor/rules/meta.mdc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ The main entrypoint is [helmfile.yaml](mdc:helmfile.yaml). It's used for bootstr
1414

1515
The `clusters/` directory contains a specific directory structure to define clusters or constellations (logical groups of clusters with similar tasks, deployments or just to show a common owner) with clusters.
1616

17+
The `testing/` directory follows the exact same schema, but is only used for testing.
18+
1719
Examples:
1820

1921
- `clusters/in-cluster` is the upstream or management cluster. It's running rancher (for deploying and managing downstream kubernetes clusters) and argo-cd (managing all deployments on all clusters).

apps/test-plain/configmap.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
apiVersion: v1
2+
kind: ConfigMap
3+
metadata:
4+
name: test-plain-config
5+
data:
6+
foo: bar
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
baseApp: test-plain

0 commit comments

Comments
 (0)