Skip to content

Commit 4c3bb68

Browse files
committed
feat: add mirror terraform
1 parent de3524a commit 4c3bb68

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

e2e/kind.yaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
apiVersion: kind.x-k8s.io/v1alpha4
2-
networking:
3-
apiServerAddress: "127.0.0.1"
4-
apiServerPort: 6443
52
kind: Cluster
3+
#networking:
4+
# apiServerAddress: "127.0.0.1"
5+
# apiServerPort: 6443
66
nodes:
77
- role: control-plane
88
- role: worker
99
extraPortMappings:
1010
- hostPort: 9001
1111
containerPort: 9001
1212
- role: worker
13-
extraPortMappings:
14-
- hostPort: 9002
15-
containerPort: 9002

tenants.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
apiVersion: capsule.clastix.io/v1beta2
2+
kind: Tenant
3+
metadata:
4+
name: solar
5+
spec:
6+
owners:
7+
- name: alice
8+
kind: User

0 commit comments

Comments
 (0)