Skip to content

Commit ef76655

Browse files
committed
charts/opencloud/README.md: fix filename for the certificate
1 parent 313dd66 commit ef76655

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

charts/opencloud/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ kubectl apply -f cluster-issuer.yaml
452452
Create a wildcard certificate for all OpenCloud subdomains:
453453

454454
```yaml
455-
---
455+
# certificate.yaml
456456
apiVersion: cert-manager.io/v1
457457
kind: Certificate
458458
metadata:
@@ -471,7 +471,7 @@ spec:
471471
Apply the certificate:
472472
473473
```bash
474-
kubectl apply -f cluster-issuer.yaml
474+
kubectl apply -f certificate.yaml
475475
```
476476

477477
### Step 4: Create the Gateway

0 commit comments

Comments
 (0)