We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 313dd66 commit ef76655Copy full SHA for ef76655
charts/opencloud/README.md
@@ -452,7 +452,7 @@ kubectl apply -f cluster-issuer.yaml
452
Create a wildcard certificate for all OpenCloud subdomains:
453
454
```yaml
455
----
+# certificate.yaml
456
apiVersion: cert-manager.io/v1
457
kind: Certificate
458
metadata:
@@ -471,7 +471,7 @@ spec:
471
Apply the certificate:
472
473
```bash
474
-kubectl apply -f cluster-issuer.yaml
+kubectl apply -f certificate.yaml
475
```
476
477
### Step 4: Create the Gateway
0 commit comments