Skip to content

Commit b1f2586

Browse files
authored
Remove isolated field from Tenant (#404)
See cozystack/cozystack#1896
2 parents 4dd1462 + 3ad5668 commit b1f2586

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

content/en/docs/getting-started/install-cozystack.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -518,8 +518,7 @@ Enable `etcd` and `monitoring` for the root tenant:
518518
kubectl patch -n tenant-root tenants.apps.cozystack.io root --type=merge -p '
519519
{"spec":{
520520
"monitoring": true,
521-
"etcd": true,
522-
"isolated": true
521+
"etcd": true
523522
}}'
524523
```
525524

content/en/docs/install/cozystack/_index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -550,8 +550,7 @@ kubectl patch -n tenant-root tenants.apps.cozystack.io root --type=merge -p '
550550
{"spec":{
551551
"ingress": true,
552552
"monitoring": true,
553-
"etcd": true,
554-
"isolated": true
553+
"etcd": true
555554
}}'
556555
```
557556

content/en/docs/install/providers/hetzner.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -428,8 +428,7 @@ kubectl patch -n tenant-root tenants.apps.cozystack.io root --type=merge -p '
428428
{"spec":{
429429
"ingress": true,
430430
"monitoring": true,
431-
"etcd": true,
432-
"isolated": true
431+
"etcd": true
433432
}}'
434433
```
435434

0 commit comments

Comments
 (0)