Skip to content

Commit 3e984f8

Browse files
committed
charts/opencloud/README.md: fix numbering of the sections
1 parent ef76655 commit 3e984f8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

charts/opencloud/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ Apply the ClusterIssuer:
447447
kubectl apply -f cluster-issuer.yaml
448448
```
449449

450-
### Step 3: Create a Wildcard Certificate for OpenCloud Domains
450+
### Step 4: Create a Wildcard Certificate for OpenCloud Domains
451451

452452
Create a wildcard certificate for all OpenCloud subdomains:
453453

@@ -474,7 +474,7 @@ Apply the certificate:
474474
kubectl apply -f certificate.yaml
475475
```
476476

477-
### Step 4: Create the Gateway
477+
### Step 5: Create the Gateway
478478

479479
Create a Gateway resource to expose your services:
480480

@@ -592,7 +592,7 @@ Apply the Gateway:
592592
kubectl apply -f gateway.yaml
593593
```
594594

595-
### Step 5: Configure DNS
595+
### Step 6: Configure DNS
596596

597597
Configure your DNS to point to the Gateway IP address. You can use a wildcard DNS record or individual records for each service:
598598

@@ -612,7 +612,7 @@ Alternatively, for local testing, you can add entries to your `/etc/hosts` file:
612612
192.168.178.77 wopiserver.opencloud.test
613613
```
614614

615-
### Step 6: Install OpenCloud
615+
### Step 7: Install OpenCloud
616616

617617
Finally, install OpenCloud using Helm:
618618

0 commit comments

Comments
 (0)